148 |
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c 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 ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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>=95 AND c.nright<=134 GROUP BY p.id_product) p GROUP BY p.id_manufacturer |
269.363
ms
|
130112864 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:778 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:661 (valueCount)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
145 |
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 ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 p.id_manufacturer IN (34, 41, 59, 50) AND c.nleft>=95 AND c.nright<=134 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC |
118.113
ms
|
520451456 |
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:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM ps_product p INNER JOIN ps_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 2 AND psi.id_country = 1) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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 p.id_manufacturer IN (34, 41, 59, 50) AND c.nleft>=95 AND c.nright<=134 |
56.547
ms
|
8176 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Adapter/MySQL.php:57 (execute)
/modules/ps_facetedsearch/src/Filters/Block.php:250 (getMinMaxPriceValue)
/modules/ps_facetedsearch/src/Filters/Block.php:131 (getPriceRangeBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
7.438
ms
|
1569 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
14 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_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` |
6.056
ms
|
378 |
Yes
|
Yes
|
/classes/Hook.php:1289
/classes/Hook.php:738 (getAllHookRegistrations)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
160 |
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 `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
5.707
ms
|
937 |
|
|
/classes/Hook.php:459
/classes/Hook.php:496 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
32 |
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 `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
5.263
ms
|
1569 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Dispatcher.php:689 (get)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
1222 |
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 3 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 2 AND nright <= 871
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
4.417
ms
|
436 |
Yes
|
|
/modules/creativeelements/modules/theme/widgets/nav-menu.php:115
/modules/creativeelements/modules/catalog/skins/category-tree-theme.php:63 (getCategoryTree)
/modules/creativeelements/includes/base/widget-base.php:520 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
130 |
SELECT SQL_NO_CACHE DISTINCT g.id_tax_rules_group, g.name, g.active, t.rate FROM `ps_tax_rules_group` g
INNER JOIN ps_tax_rule tr
ON g.id_tax_rules_group = tr.id_tax_rules_group
INNER JOIN ps_tax t
ON (tr.id_tax = t.id_tax AND t.active = 1)
INNER JOIN ps_tax_rules_group_shop tax_rules_group_shop
ON (tax_rules_group_shop.id_tax_rules_group = g.id_tax_rules_group AND tax_rules_group_shop.id_shop = 1) WHERE g.deleted = 0 AND g.`active` = 1 AND g.`active` = 1 ORDER BY name ASC |
3.177
ms
|
720 |
Yes
|
|
/classes/tax/TaxRulesGroup.php:201
/classes/tax/TaxRulesGroup.php:166 (getTaxRulesGroupsData)
/modules/ets_marketplace/classes/Ets_mp_defines.php:1808 (getTaxRulesGroupsForOptions)
/modules/ets_marketplace/classes/Ets_mp_defines.php:3290 (getGeneralSettings)
/modules/ets_marketplace/ets_marketplace.php:2652 (getFieldConfig)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
138 |
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 3)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1 AND c.active = 1
ORDER BY cl.name ASC |
3.149
ms
|
246 |
Yes
|
|
/classes/Country.php:148
/modules/thcountryselector/thcountryselector.php:616 (getCountries)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
110 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
3.013
ms
|
0 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:509 (getIdByName)
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
847 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8576,8775,8782,8789,8778,9014,8961,8967,8788,8787,8974,8781,8940,8777,8929,9017,8784,8791,9038,9015,9016,9018,8925,8790,8942,8578,8577,9032,9033,9034,9035,9036,9070,8579,9041,9042,9043,9046,9045,9044,8580,8875,8889,8890,8891,8892,8893,8894,8917,9093,8568,8907,9063,8908,8993,8995,9099,8909,8910,9040,9064,8992,9057,9062,9096)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
2.346
ms
|
65 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
946 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9044 AND c.id_category!=9044
ORDER BY c.id_category ASC |
2.231
ms
|
4 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
891 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9039 AND c.id_category!=9039
ORDER BY c.id_category ASC |
2.174
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
882 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8929 AND c.id_category!=8929
ORDER BY c.id_category ASC |
2.065
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
2.013
ms
|
74 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
728 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8564,9048,8877,9056,9020,9021,9022,9023,9024,9025,9026,9027,9028,9029,9058,9030,8569,8758,8759,8760,8761,8762,8763,8918,9091,8570,8764,8767,8765,8766,8768,8769,8897,8898,8905,8899,8901,8903,8902,8571,8912,9075,9078,9080,9076,9079,9077,9081,8572,8770,8772,8771,8773,9013,8774,8574,9089,8977,8978,8979,8980,8981,9083,8575)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
1.893
ms
|
64 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
151 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-02 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 3
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (52669,40745,40765,58566,58568,41199,41205,54143,52525,52969,54141,54605) |
1.847
ms
|
12 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
69 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 3 AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 8499
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.714
ms
|
19 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/listing/CategoryController.php:230 (getSubCategories)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
590 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8638,8639,8707,8906,8708,8709,8710,8711,8640,8712,8713,8714,8716,8717,8718,8719,8720,8721,8641,9037,8643,8645)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
1.672
ms
|
22 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
648 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8581,8582,8583,8584,8585,8587,8586,9092,8588,8589,8722,8723,9072,8725,8726,8727,8724,8591,8592,8997,8593,8991)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
1.637
ms
|
22 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
886 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8962 AND c.id_category!=8962
ORDER BY c.id_category ASC |
1.584
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
150 |
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("2e6b74fa90b8a572df4090b7c187fb76", "a:1:{s:7:\"filters\";a:2:{i:0;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Marke\";s:6:\"values\";a:18:{i:7;a:2:{s:4:\"name\";s:29:\"Engelalm - Edelstein Essenzen\";s:3:\"nbr\";s:3:\"127\";}i:10;a:2:{s:4:\"name\";s:35:\"Ingrid Auer - Energetische Produkte\";s:3:\"nbr\";s:3:\"670\";}i:16;a:2:{s:4:\"name\";s:11:\"Solaris Tee\";s:3:\"nbr\";s:1:\"8\";}i:17;a:2:{s:4:\"name\";s:10:\"Vita Juwel\";s:3:\"nbr\";s:2:\"18\";}i:19;a:2:{s:4:\"name\";s:10:\"Prima Vera\";s:3:\"nbr\";s:3:\"221\";}i:34;a:3:{s:4:\"name\";s:13:\"Berk Esoterik\";s:3:\"nbr\";s:3:\"643\";s:7:\"checked\";b:1;}i:40;a:2:{s:4:\"name\";s:14:\"Phoenix Import\";s:3:\"nbr\";s:3:\"623\";}i:41;a:3:{s:4:\"name\";s:9:\"Saraswati\";s:3:\"nbr\";s:2:\"17\";s:7:\"checked\";b:1;}i:42;a:2:{s:4:\"name\";s:16:\"Colors in Motion\";s:3:\"nbr\";s:1:\"7\";}i:43;a:2:{s:4:\"name\";s:40:\"Marco Schreier - Mineralien & Edelsteine\";s:3:\"nbr\";s:2:\"14\";}i:46;a:2:{s:4:\"name\";s:13:\"Crystal Herbs\";s:3:\"nbr\";s:1:\"1\";}i:50;a:3:{s:4:\"name\";s:16:\"The Spirit of OM\";s:3:\"nbr\";s:2:\"93\";s:7:\"checked\";b:1;}i:53;a:2:{s:4:\"name\";s:27:\"ZARYA - Kerzen & Engel-Welt\";s:3:\"nbr\";s:1:\"9\";}i:54;a:2:{s:4:\"name\";s:18:\"Suldiaa® Products\";s:3:\"nbr\";s:1:\"3\";}i:56;a:2:{s:4:\"name\";s:34:\"Fiore D\'Oriente - Natural Products\";s:3:\"nbr\";s:1:\"3\";}i:59;a:3:{s:4:\"name\";s:32:\"Song of India - Organic Goodness\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}i:60;a:2:{s:4:\"name\";s:62:\"Yogi & Yogini Naturals - Yoga & More Products - Phoenix Import\";s:3:\"nbr\";s:1:\"3\";}i:62;a:2:{s:4:\"name\";s:29:\"AW Gifts - Wholesale Giftware\";s:3:\"nbr\";s:1:\"4\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Preis\";s:3:\"max\";d:750;s:3:\"min\";d:1;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"·\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"·\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:754;s:5:\"value\";N;}}}") |
1.567
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:211
/modules/ps_facetedsearch/src/Product/SearchProvider.php:217 (insertIntoCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
536 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8652,9031,8654,8655,8941,8658,8664,8665,8666,8667,8668,8699,8700,8631,8701,8702,8703,8704,8705,8706,8632,8634,8637,8882,8883,8914,9019,9097,8884)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
1.436
ms
|
29 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
147 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 3)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
1.422
ms
|
42 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/ps_facetedsearch/src/Filters/Block.php:652 (getManufacturers)
/modules/ps_facetedsearch/src/Filters/Block.php:146 (getManufacturersBlock)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:215 (getFilterBlock)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
445 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8535,8816,8817,8818,8819,8536,8540,8541,8543,8544)
GROUP BY c.id_category
ORDER BY cl.name ASC,c.id_category ASC |
1.421
ms
|
10 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
892 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8962) AND (b.`id_shop` = 1) LIMIT 1 |
1.344
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
13 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
1.338
ms
|
1195 |
|
|
/classes/Hook.php:1388
/classes/Hook.php:817 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
1070 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8524,8792,9009,8794,8795,8796,8797,8798,9095,9094,9008,9098,8799,9010,8800,8801,8802)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
1.276
ms
|
17 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
659 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8725 AND c.id_category!=8725
ORDER BY c.id_category ASC |
1.252
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
146 |
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="2e6b74fa90b8a572df4090b7c187fb76" LIMIT 1 |
1.240
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1106 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8545,8546,8547,8548,8549,8550,8551,8552,8553,8554,8808,8809,8810,8983,8555,8556,8557,8558,8559)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
1.197
ms
|
19 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
142 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 3)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
1.196
ms
|
42 |
Yes
|
|
/classes/Manufacturer.php:211
/modules/ps_facetedsearch/src/Filters/Converter.php:286 (getManufacturers)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1251 |
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (41205) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.191
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/alysum/76/31/f6/7631f6558feddd27427dcca09e4237be34635724_2.file.product-miniature-addtocart.tpl.php:34 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a3e9f77_34236960)
/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/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:370 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:437 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:466 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:250 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a2df5b9_69048236)
/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/alysum/c6/54/8f/c6548fab106f3f2ab0f038e5f97f85e7a9929b6f_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a295d45_04700455)
/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/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
16 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
1.168
ms
|
1195 |
|
|
/classes/Hook.php:1348
/classes/Hook.php:228 (getAllHookIds)
/classes/Hook.php:857 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
1248 |
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (58566) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.149
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/alysum/76/31/f6/7631f6558feddd27427dcca09e4237be34635724_2.file.product-miniature-addtocart.tpl.php:34 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a3e9f77_34236960)
/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/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:370 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:437 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:466 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:250 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a2df5b9_69048236)
/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/alysum/c6/54/8f/c6548fab106f3f2ab0f038e5f97f85e7a9929b6f_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a295d45_04700455)
/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/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
887 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8963 AND c.id_category!=8963
ORDER BY c.id_category ASC |
1.131
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_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 |
1.105
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'sonnenhauswelt.com' OR su.domain_ssl = 'sonnenhauswelt.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
1.032
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
131 |
SELECT SQL_NO_CACHE *
FROM `ps_order_state` os
LEFT JOIN `ps_order_state_lang` osl ON (os.`id_order_state` = osl.`id_order_state` AND osl.`id_lang` = 3) WHERE deleted = 0 ORDER BY `name` ASC |
1.028
ms
|
31 |
Yes
|
|
/classes/order/OrderState.php:132
/modules/ets_marketplace/classes/Ets_mp_defines.php:3049 (getOrderStates)
/modules/ets_marketplace/classes/Ets_mp_defines.php:3290 (getGeneralSettings)
/modules/ets_marketplace/ets_marketplace.php:2652 (getFieldConfig)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
577 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8941 AND c.id_category!=8941
ORDER BY c.id_category ASC |
1.025
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1256 |
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (54605) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
1.008
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/alysum/76/31/f6/7631f6558feddd27427dcca09e4237be34635724_2.file.product-miniature-addtocart.tpl.php:34 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a3e9f77_34236960)
/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/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:370 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:437 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:466 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:250 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a2df5b9_69048236)
/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/alysum/c6/54/8f/c6548fab106f3f2ab0f038e5f97f85e7a9929b6f_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a295d45_04700455)
/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/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1190 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8515,8516,8517,8518,9050,9051,9052,9053,9054,9000,8869)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
1.002
ms
|
11 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
690 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8594,8646,8647,8648,8649,8650,8595,8590,8596,8597,8735,8736,8737,8738,8876,8739,8740,8741,8598)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
0.997
ms
|
19 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
168 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 52669 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 52669 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.995
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1247 |
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (40765) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.986
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/alysum/76/31/f6/7631f6558feddd27427dcca09e4237be34635724_2.file.product-miniature-addtocart.tpl.php:34 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a3e9f77_34236960)
/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/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:370 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:437 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:466 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:250 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a2df5b9_69048236)
/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/alysum/c6/54/8f/c6548fab106f3f2ab0f038e5f97f85e7a9929b6f_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a295d45_04700455)
/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/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1246 |
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (40745) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.985
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/alysum/76/31/f6/7631f6558feddd27427dcca09e4237be34635724_2.file.product-miniature-addtocart.tpl.php:34 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a3e9f77_34236960)
/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/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:370 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:437 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:466 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:250 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a2df5b9_69048236)
/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/alysum/c6/54/8f/c6548fab106f3f2ab0f038e5f97f85e7a9929b6f_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a295d45_04700455)
/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/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
880 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8791 AND c.id_category!=8791
ORDER BY c.id_category ASC |
0.984
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1249 |
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (58568) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.971
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/alysum/76/31/f6/7631f6558feddd27427dcca09e4237be34635724_2.file.product-miniature-addtocart.tpl.php:34 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a3e9f77_34236960)
/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/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:370 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:437 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:466 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:250 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a2df5b9_69048236)
/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/alysum/c6/54/8f/c6548fab106f3f2ab0f038e5f97f85e7a9929b6f_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a295d45_04700455)
/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/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1210 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8907,9063,8908,8993,8995,9099,8909,8910,9040,9064,8992,9057,9062)
GROUP BY c.id_category
ORDER BY cl.name ASC,c.id_category ASC |
0.968
ms
|
13 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1254 |
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (52969) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.968
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/alysum/76/31/f6/7631f6558feddd27427dcca09e4237be34635724_2.file.product-miniature-addtocart.tpl.php:34 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a3e9f77_34236960)
/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/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:370 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:437 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:466 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:250 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a2df5b9_69048236)
/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/alysum/c6/54/8f/c6548fab106f3f2ab0f038e5f97f85e7a9929b6f_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a295d45_04700455)
/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/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
888 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8964 AND c.id_category!=8964
ORDER BY c.id_category ASC |
0.946
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1252 |
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (54143) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.943
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/alysum/76/31/f6/7631f6558feddd27427dcca09e4237be34635724_2.file.product-miniature-addtocart.tpl.php:34 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a3e9f77_34236960)
/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/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:370 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:437 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:466 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:250 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a2df5b9_69048236)
/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/alysum/c6/54/8f/c6548fab106f3f2ab0f038e5f97f85e7a9929b6f_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a295d45_04700455)
/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/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
36 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.941
ms
|
154 |
|
|
/classes/module/Module.php:346
/modules/ps_eventbus/ps_eventbus.php:94 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
467 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8599,8600,8688,8689,8690,8691,8692,8693,8694,8695,8696,8697,8698,8659,8512)
GROUP BY c.id_category
ORDER BY c.position ASC,c.id_category ASC |
0.938
ms
|
15 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1253 |
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (52525) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.929
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/alysum/76/31/f6/7631f6558feddd27427dcca09e4237be34635724_2.file.product-miniature-addtocart.tpl.php:34 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a3e9f77_34236960)
/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/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:370 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:437 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:466 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:250 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a2df5b9_69048236)
/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/alysum/c6/54/8f/c6548fab106f3f2ab0f038e5f97f85e7a9929b6f_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a295d45_04700455)
/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/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
502 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8621,9049,8510,8622,8904,8911,8623)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
0.928
ms
|
7 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
885 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8961 AND c.id_category!=8961
ORDER BY c.id_category ASC |
0.927
ms
|
6 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
817 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9028) AND (b.`id_shop` = 1) LIMIT 1 |
0.917
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
421 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8528,8529,8530,8531,8532,8811,8812,8814,8815,8533,8534)
GROUP BY c.id_category
ORDER BY cl.name ASC,c.id_category ASC |
0.913
ms
|
11 |
Yes
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
898 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8967 AND c.id_category!=8967
ORDER BY c.id_category ASC |
0.907
ms
|
5 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1168 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8513,8982,8514,8828,8829,9055,8831,8832,8833,8930)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
0.902
ms
|
10 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
867 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9064) AND (b.`id_shop` = 1) LIMIT 1 |
0.889
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
288 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41205) AND (b.`id_shop` = 1) LIMIT 1 |
0.884
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
869 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8576 AND c.id_category!=8576
ORDER BY c.id_category ASC |
0.883
ms
|
24 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
317 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 54141 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.880
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2815
/modules/trustpilot/trustbox.php:109 (getAttributeCombinations)
/modules/trustpilot/trustbox.php:40 (loadCategoryProductData)
/modules/trustpilot/trustpilot.php:443 (setProducts)
/classes/Hook.php:1083 (hookFilterProductSearch)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
889 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8965 AND c.id_category!=8965
ORDER BY c.id_category ASC |
0.880
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1250 |
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (41199) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.859
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/alysum/76/31/f6/7631f6558feddd27427dcca09e4237be34635724_2.file.product-miniature-addtocart.tpl.php:34 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a3e9f77_34236960)
/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/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:370 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:437 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:466 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:250 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a2df5b9_69048236)
/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/alysum/c6/54/8f/c6548fab106f3f2ab0f038e5f97f85e7a9929b6f_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a295d45_04700455)
/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/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1258 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 18010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.859
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:1037 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:207 (__construct)
/modules/creativeelements/core/documents-manager.php:252 (get)
/modules/creativeelements/includes/frontend.php:843 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/04/f9/4f/04f94f7151f1d9d8708092af0a2bef92b2ac89bd_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_177164495668b64c74743512_32226316)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/04/f9/4f/04f94f7151f1d9d8708092af0a2bef92b2ac89bd_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c747597c6_52431954)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/8a/de/87/8ade8708f741150e700b8fba4ebbab1fd554e246_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7473cbd8_40979332)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
307 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 52669 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.851
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2815
/modules/trustpilot/trustbox.php:109 (getAttributeCombinations)
/modules/trustpilot/trustbox.php:40 (loadCategoryProductData)
/modules/trustpilot/trustpilot.php:443 (setProducts)
/classes/Hook.php:1083 (hookFilterProductSearch)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
90 |
SELECT SQL_NO_CACHE *
FROM `ps_mol_payment_method` a0
WHERE (a0.`id_method` = 'applepay') AND (a0.`live_environment` = 1) |
0.846
ms
|
30 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:398 (getAll)
/modules/mollie/shared/Infrastructure/Repository/AbstractRepository.php:48 (getFirst)
/modules/mollie/mollie.php:396 (findOneBy)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1009 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
50 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.844
ms
|
2 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
141 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 8499
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
0.838
ms
|
2 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.835
ms
|
154 |
|
|
/classes/module/Module.php:346
/modules/ps_checkout/ps_checkout.php:149 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.833
ms
|
154 |
|
|
/classes/module/Module.php:346
/modules/pkcompare/pkcompare.php:55 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
1064 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8522) AND (b.`id_shop` = 1) LIMIT 1 |
0.831
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
479 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8601,8606,8602,8603,8604,8605,8607,8608,8609,8610)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
0.828
ms
|
10 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1063 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8521) AND (b.`id_shop` = 1) LIMIT 1 |
0.828
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1245 |
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (52669) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.825
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/alysum/76/31/f6/7631f6558feddd27427dcca09e4237be34635724_2.file.product-miniature-addtocart.tpl.php:34 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a3e9f77_34236960)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:370 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:437 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:466 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:250 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a2df5b9_69048236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/c6/54/8f/c6548fab106f3f2ab0f038e5f97f85e7a9929b6f_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a295d45_04700455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
446 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8535 AND c.id_category!=8535
ORDER BY cl.name ASC,c.id_category ASC |
0.821
ms
|
4 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1071 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8524 AND c.id_category!=8524
ORDER BY c.id_category ASC |
0.815
ms
|
16 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
518 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8624,8626,8628,8629,8630,8669,8670,9090)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
0.806
ms
|
8 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
25 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.805
ms
|
154 |
|
|
/classes/module/Module.php:346
/modules/simpleimportproduct/simpleimportproduct.php:44 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
37 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.784
ms
|
154 |
|
|
/classes/module/Module.php:346
/modules/psxdesign/psxdesign.php:68 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
17 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.778
ms
|
154 |
|
|
/classes/module/Module.php:346
/modules/klaviyopsautomation/includes/KlaviyoPsModule.php:128 (__construct)
/modules/klaviyopsautomation/klaviyopsautomation.php:43 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
947 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9108 AND c.id_category!=9108
ORDER BY c.id_category ASC |
0.776
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1018 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8521,8522,8523,8525,8526,8803,8804,8805,8806,8807,8527)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
0.765
ms
|
11 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1255 |
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 `ps_product_attribute` pa
INNER JOIN ps_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 `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (54141) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.764
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4524
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getMainVariants)
/var/cache/prod/smarty/compile/alysum/76/31/f6/7631f6558feddd27427dcca09e4237be34635724_2.file.product-miniature-addtocart.tpl.php:34 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a3e9f77_34236960)
/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/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:370 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_addToCartButton_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:437 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:466 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:250 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a2df5b9_69048236)
/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/alysum/c6/54/8f/c6548fab106f3f2ab0f038e5f97f85e7a9929b6f_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a295d45_04700455)
/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/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
46 |
SELECT SQL_NO_CACHE DISTINCT m.`id_module`, h.`id_hook`, m.`name`, hm.`position`
FROM `ps_module` m
LEFT JOIN `ps_hook_module` hm ON hm.`id_module` = m.`id_module` AND hm.id_shop IN (1)
LEFT JOIN `ps_hook` h ON hm.`id_hook` = h.`id_hook`
INNER JOIN `ps_module_shop` ms ON (m.`id_module` = ms.`id_module` AND ms.id_shop=1)
WHERE h.`name` = 'paymentOptions' |
0.761
ms
|
8 |
|
|
/classes/PaymentModule.php:908
/modules/thshipping/thshipping.php:668 (getInstalledPaymentModules)
/classes/Hook.php:1083 (hookActionFrontControllerInitBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:267 (exec)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
24 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.760
ms
|
154 |
|
|
/classes/module/Module.php:346
/modules/ph_simpleblog/ph_simpleblog.php:135 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
491 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8611,8613,8620,8614,8615,8616,8617,8618,8619)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
0.753
ms
|
9 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1142 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8560,8561,8562,8563,8984,9001,9002,9003,9004,9005,9073,9006)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
0.744
ms
|
12 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
178 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 40745 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 40745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.741
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
890 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8966 AND c.id_category!=8966
ORDER BY c.id_category ASC |
0.737
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
665 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8724) AND (b.`id_shop` = 1) LIMIT 1 |
0.731
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.724
ms
|
154 |
|
|
/classes/module/Module.php:346
/modules/pklookbook/pklookbook.php:60 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
318 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 54605 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.721
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2815
/modules/trustpilot/trustbox.php:109 (getAttributeCombinations)
/modules/trustpilot/trustbox.php:40 (loadCategoryProductData)
/modules/trustpilot/trustpilot.php:443 (setProducts)
/classes/Hook.php:1083 (hookFilterProductSearch)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1233 |
SELECT SQL_NO_CACHE a.id_ce_content as id FROM ps_ce_content a
LEFT JOIN ps_ce_content_lang AS b ON a.id_ce_content = b.id_ce_content
LEFT JOIN ps_ce_content_shop sa ON sa.id_ce_content = a.id_ce_content AND sa.id_shop = b.id_shop
WHERE b.id_lang = 3 AND sa.id_shop = 1 AND a.hook LIKE 'DisplayPkCategoryProducts' AND a.active = 1 ORDER BY a.id_product DESC |
0.719
ms
|
7 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:145
/modules/creativeelements/creativeelements.php:774 (getIdsByHook)
/modules/creativeelements/creativeelements.php:759 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:39 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:120 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
410 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9074 AND c.id_category!=9074
ORDER BY c.id_category ASC |
0.714
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
694 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8597 AND c.id_category!=8597
ORDER BY c.id_category ASC |
0.713
ms
|
8 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
22 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.712
ms
|
154 |
|
|
/classes/module/Module.php:346
/modules/pkfavorites/pkfavorites.php:58 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
161 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 1
AND tr.`id_tax_rules_group` = 16
AND tr.`id_state` IN (0, 395)
AND ('74254 ' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '74254 ')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.712
ms
|
2 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 52669
ORDER BY f.position ASC |
0.712
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
343 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pkcompare" LIMIT 1 |
0.709
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkcompare.php:73 (isInstalled)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
291 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54143) AND (b.`id_shop` = 1) LIMIT 1 |
0.706
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
773 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8877 AND c.id_category!=8877
ORDER BY c.id_category ASC |
0.706
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
273 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 40745) AND (b.`id_shop` = 1) LIMIT 1 |
0.700
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
436 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8534 AND c.id_category!=8534
ORDER BY cl.name ASC,c.id_category ASC |
0.700
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
409 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9069 AND c.id_category!=9069
ORDER BY c.id_category ASC |
0.698
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
662 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9072 AND c.id_category!=9072
ORDER BY c.id_category ASC |
0.698
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1035 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8913 AND c.id_category!=8913
ORDER BY c.id_category ASC |
0.697
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 1
AND tr.`id_tax_rules_group` = 16
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.693
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5972 (getTaxCalculator)
/classes/Product.php:5864 (getTaxesInformations)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
332 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 10010000 AND name = '_elementor_css' LIMIT 1 |
0.693
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:214 (loadMeta)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
122 |
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdrc.`id_quantity_discount_rule_condition`
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule`)
WHERE qdrc.`id_type` = 27 AND qdr.`id_shop` = 1 |
0.688
ms
|
5 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:276
/modules/quantitydiscountpro/quantitydiscountpro.php:439 (getQuantityDiscountRulesWithCondition)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
309 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 40765 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.681
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2815
/modules/trustpilot/trustbox.php:109 (getAttributeCombinations)
/modules/trustpilot/trustbox.php:40 (loadCategoryProductData)
/modules/trustpilot/trustpilot.php:443 (setProducts)
/classes/Hook.php:1083 (hookFilterProductSearch)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
285 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41199) AND (b.`id_shop` = 1) LIMIT 1 |
0.678
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
47 |
SELECT SQL_NO_CACHE *
FROM `ps_th_s_cart`
WHERE (id_cart_child = 0) LIMIT 1 |
0.677
ms
|
324 |
|
|
/modules/thshipping/thshipping.php:2223
/modules/thshipping/thshipping.php:707 (getCartByChildCart)
/classes/Hook.php:1083 (hookActionFrontControllerInitBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:267 (exec)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
187 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 40765 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 40765 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.677
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
364 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=27
ORDER BY b.sort_order asc |
0.675
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
639 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9081 AND c.id_category!=9081
ORDER BY c.id_category ASC |
0.674
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1114 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8554 AND c.id_category!=8554
ORDER BY c.id_category ASC |
0.673
ms
|
4 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
435 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8533 AND c.id_category!=8533
ORDER BY cl.name ASC,c.id_category ASC |
0.672
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
41 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.671
ms
|
154 |
|
|
/classes/module/Module.php:346
/modules/thshipping/thshipping.php:55 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:267 (exec)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
345 |
SELECT SQL_NO_CACHE 1 FROM ps_module_group WHERE id_module = 160 AND id_shop = 1 AND id_group IN (1) LIMIT 1 |
0.670
ms
|
1 |
|
|
/modules/creativeelements/modules/premium/widgets/module.php:174
/modules/creativeelements/modules/premium/widgets/module.php:184 (isInCustomerGroups)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
294 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 52525) AND (b.`id_shop` = 1) LIMIT 1 |
0.670
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
942 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8579 AND c.id_category!=8579
ORDER BY c.id_category ASC |
0.669
ms
|
6 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
910 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9014 AND c.id_category!=9014
ORDER BY c.id_category ASC |
0.667
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
798 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9020 AND c.id_category!=9020
ORDER BY c.id_category ASC |
0.666
ms
|
11 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
310 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 58566 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.661
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2815
/modules/trustpilot/trustbox.php:109 (getAttributeCombinations)
/modules/trustpilot/trustbox.php:40 (loadCategoryProductData)
/modules/trustpilot/trustpilot.php:443 (setProducts)
/classes/Hook.php:1083 (hookFilterProductSearch)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
282 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 58568) AND (b.`id_shop` = 1) LIMIT 1 |
0.656
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
422 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8529 AND c.id_category!=8529
ORDER BY cl.name ASC,c.id_category ASC |
0.656
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1086 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9095 AND c.id_category!=9095
ORDER BY c.id_category ASC |
0.654
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
303 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54605) AND (b.`id_shop` = 1) LIMIT 1 |
0.652
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
26 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.651
ms
|
154 |
|
|
/classes/module/Module.php:346
/modules/ets_marketplace/ets_marketplace.php:127 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
632 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(9075,9078,9080,9076,9079,9077,9081)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
0.651
ms
|
7 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1123 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8555 AND c.id_category!=8555
ORDER BY c.id_category ASC |
0.648
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
826 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8564) AND (b.`id_shop` = 1) LIMIT 1 |
0.648
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
873 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8781 AND c.id_category!=8781
ORDER BY c.id_category ASC |
0.647
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1062 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8527 AND c.id_category!=8527
ORDER BY c.id_category ASC |
0.647
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
426 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8532 AND c.id_category!=8532
ORDER BY cl.name ASC,c.id_category ASC |
0.641
ms
|
4 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
897 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9039) AND (b.`id_shop` = 1) LIMIT 1 |
0.641
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
143 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8499) LIMIT 1 |
0.640
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:173 (initSearch)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
638 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9080 AND c.id_category!=9080
ORDER BY c.id_category ASC |
0.639
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1109 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8547 AND c.id_category!=8547
ORDER BY c.id_category ASC |
0.639
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
289 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 41205
ORDER BY `position` |
0.638
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
448 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8819 AND c.id_category!=8819
ORDER BY cl.name ASC,c.id_category ASC |
0.638
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
858 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9099 AND c.id_category!=9099
ORDER BY c.id_category ASC |
0.637
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
367 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=28
ORDER BY b.sort_order asc |
0.635
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
232 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54143 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 54143 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.635
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
411 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9082 AND c.id_category!=9082
ORDER BY c.id_category ASC |
0.630
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
344 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "pkfavorites" LIMIT 1 |
0.629
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkfavorites.php:73 (isInstalled)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
641 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9076) AND (b.`id_shop` = 1) LIMIT 1 |
0.628
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
879 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8790 AND c.id_category!=8790
ORDER BY c.id_category ASC |
0.627
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1216 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 17010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.625
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:1037 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:207 (__construct)
/modules/creativeelements/core/documents-manager.php:252 (get)
/modules/creativeelements/includes/frontend.php:843 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
412 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9088 AND c.id_category!=9088
ORDER BY c.id_category ASC |
0.625
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
137 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1078 LIMIT 1 |
0.623
ms
|
1 |
|
|
/classes/Hook.php:247
/classes/Hook.php:917 (getNameById)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
121 |
SELECT SQL_NO_CACHE data FROM ps_creativepopup_revisions WHERE id = -1 LIMIT 1 |
0.623
ms
|
0 |
|
|
/modules/creativepopup/helper.php:647
/modules/creativepopup/base/classes/Popups.php:31 (cp_get_index)
/modules/creativepopup/base/core.php:52 (init)
/modules/creativepopup/creativepopup.php:358 (require_once)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
270 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 52669) AND (b.`id_shop` = 1) LIMIT 1 |
0.623
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1264 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 62) LIMIT 1 |
0.623
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:98 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:147 (getInstance)
/modules/creativeelements/core/kits/manager.php:32 (CE\get_post)
/modules/creativeelements/core/kits/manager.php:50 (getActiveId)
/modules/creativeelements/core/kits/manager.php:129 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:107 (getKitForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:303 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:557 (CE\do_action)
/modules/creativeelements/includes/frontend.php:583 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:303 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:158 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:131 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
140 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 8499
AND `id_shop` = 1 LIMIT 1 |
0.621
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:133 (existsInShop)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1166 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(8549,8550,8555,8556,8557,8560,8561,8563,8984)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
0.621
ms
|
9 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
268 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54605 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 54605 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.621
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
405 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category=cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3
INNER JOIN `ps_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(9066,9067,9088,9068,9074,9069,9082)
GROUP BY c.id_category
ORDER BY c.id_category ASC |
0.618
ms
|
7 |
|
Yes
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:178
/modules/ets_megamenu/ets_megamenu.php:1336 (getCategoryById)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
433 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8812) AND (b.`id_shop` = 1) LIMIT 1 |
0.617
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1067 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8526) AND (b.`id_shop` = 1) LIMIT 1 |
0.617
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
859 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8907) AND (b.`id_shop` = 1) LIMIT 1 |
0.615
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1117 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8810 AND c.id_category!=8810
ORDER BY c.id_category ASC |
0.614
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
223 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 41205 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 41205 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.613
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
241 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 52525 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 52525 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.612
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
884 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8942 AND c.id_category!=8942
ORDER BY c.id_category ASC |
0.611
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
562 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8658 AND c.id_category!=8658
ORDER BY c.id_category ASC |
0.610
ms
|
7 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1124 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8556 AND c.id_category!=8556
ORDER BY c.id_category ASC |
0.609
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1148 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9002 AND c.id_category!=9002
ORDER BY c.id_category ASC |
0.609
ms
|
5 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
315 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 52525 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.607
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2815
/modules/trustpilot/trustbox.php:109 (getAttributeCombinations)
/modules/trustpilot/trustbox.php:40 (loadCategoryProductData)
/modules/trustpilot/trustpilot.php:443 (setProducts)
/classes/Hook.php:1083 (hookFilterProductSearch)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
308 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 40745 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.606
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2815
/modules/trustpilot/trustbox.php:109 (getAttributeCombinations)
/modules/trustpilot/trustbox.php:40 (loadCategoryProductData)
/modules/trustpilot/trustpilot.php:443 (setProducts)
/classes/Hook.php:1083 (hookFilterProductSearch)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8615) AND (b.`id_shop` = 1) LIMIT 1 |
0.606
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
286 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 41199
ORDER BY `position` |
0.605
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
400 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8507) AND (b.`id_shop` = 1) LIMIT 1 |
0.605
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:345 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:323 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
592 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8639 AND c.id_category!=8639
ORDER BY c.id_category ASC |
0.605
ms
|
6 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1257 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 18) LIMIT 1 |
0.604
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:836 (__construct)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/04/f9/4f/04f94f7151f1d9d8708092af0a2bef92b2ac89bd_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_177164495668b64c74743512_32226316)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/04/f9/4f/04f94f7151f1d9d8708092af0a2bef92b2ac89bd_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c747597c6_52431954)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/8a/de/87/8ade8708f741150e700b8fba4ebbab1fd554e246_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7473cbd8_40979332)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
283 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 58568
ORDER BY `position` |
0.603
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
471 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8600 AND c.id_category!=8600
ORDER BY c.position ASC,c.id_category ASC |
0.603
ms
|
11 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
872 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8778 AND c.id_category!=8778
ORDER BY c.id_category ASC |
0.601
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
322 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_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.600
ms
|
1 |
|
|
/classes/Cart.php:4255
/classes/Cart.php:4230 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:186 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f8/93/84/f8938486271c7652d4a9e4540d5bb176de3c5d26_2.file.javascript.tpl.php:62 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c78269855_38905200)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/47/65/5b/47655bdc285bb16424929b6709c872bd88ff8a17_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7825ae52_90497041)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/33/35/16/3335162d9b521c91c13587739bd1e4067b5a07c8_2.file.head.tpl.php:400 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/33/35/16/3335162d9b521c91c13587739bd1e4067b5a07c8_2.file.head.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781e9097_84261572)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:94 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
962 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9046 AND c.id_category!=9046
ORDER BY c.id_category ASC |
0.598
ms
|
6 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
523 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8630 AND c.id_category!=8630
ORDER BY c.id_category ASC |
0.598
ms
|
3 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1089 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8794) AND (b.`id_shop` = 1) LIMIT 1 |
0.598
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1115 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8808 AND c.id_category!=8808
ORDER BY c.id_category ASC |
0.596
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1040 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8924 AND c.id_category!=8924
ORDER BY c.id_category ASC |
0.595
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1170 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8514 AND c.id_category!=8514
ORDER BY c.id_category ASC |
0.595
ms
|
7 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1107 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8545 AND c.id_category!=8545
ORDER BY c.id_category ASC |
0.595
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
673 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8991 AND c.id_category!=8991
ORDER BY c.id_category ASC |
0.593
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1080 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8801 AND c.id_category!=8801
ORDER BY c.id_category ASC |
0.593
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1026 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8805 AND c.id_category!=8805
ORDER BY c.id_category ASC |
0.592
ms
|
16 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
878 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8789 AND c.id_category!=8789
ORDER BY c.id_category ASC |
0.591
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
938 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9018) AND (b.`id_shop` = 1) LIMIT 1 |
0.591
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1116 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8809 AND c.id_category!=8809
ORDER BY c.id_category ASC |
0.590
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
123 |
SELECT SQL_NO_CACHE id_block FROM `ps_ets_mm_block` WHERE enabled=1 AND show_clock=1 AND block_type="PRODUCT" LIMIT 1 |
0.588
ms
|
1 |
|
|
/modules/ets_megamenu/classes/MM_Block.php:665
/modules/ets_megamenu/ets_megamenu.php:1465 (checkBlockClockCountDown)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
276 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 40765) AND (b.`id_shop` = 1) LIMIT 1 |
0.587
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
591 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8638 AND c.id_category!=8638
ORDER BY c.id_category ASC |
0.586
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
279 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 58566) AND (b.`id_shop` = 1) LIMIT 1 |
0.585
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
836 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8877) AND (b.`id_shop` = 1) LIMIT 1 |
0.585
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1263 |
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1 |
0.584
ms
|
1 |
|
|
/classes/Cart.php:1303
/src/Adapter/Presenter/Cart/CartLazyArray.php:301 (getNbProducts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getProductsCount)
/var/cache/prod/smarty/compile/alysum/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php:30 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79104920_23851702)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/bc/08/6c/bc086c90b64fd4b1c309ac358ae89bc715182606_2.module.pkelementsviewstemplates_partialssidebarspkcart.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_pkcart_10592068468b64c74a9e747_84548616)
/var/cache/prod/smarty/compile/alysum/bc/08/6c/bc086c90b64fd4b1c309ac358ae89bc715182606_2.module.pkelementsviewstemplates_partialssidebarspkcart.tpl.php:40 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c74aa7249_17985695)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:165 (fetch)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:96 (addCart)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:83 (addSidebar)
/modules/pkelements/src/Hooks/DisplayBeforeBodyClosingTag.php:64 (injectSidebars)
/modules/pkelements/pkelements.php:148 (init)
/classes/Hook.php:1083 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:185 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:71 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
38 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8499) AND (b.`id_shop` = 1) LIMIT 1 |
0.582
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:78 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
423 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8528 AND c.id_category!=8528
ORDER BY cl.name ASC,c.id_category ASC |
0.580
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
330 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 10010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.578
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:1037 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:207 (__construct)
/modules/creativeelements/core/documents-manager.php:252 (get)
/modules/creativeelements/includes/frontend.php:843 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
645 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9080) AND (b.`id_shop` = 1) LIMIT 1 |
0.577
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
943 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9041 AND c.id_category!=9041
ORDER BY c.id_category ASC |
0.575
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
360 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=51
ORDER BY b.sort_order asc |
0.574
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
459 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8544 AND c.id_category!=8544
ORDER BY cl.name ASC,c.id_category ASC |
0.573
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
561 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8655 AND c.id_category!=8655
ORDER BY c.id_category ASC |
0.573
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
883 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8940 AND c.id_category!=8940
ORDER BY c.id_category ASC |
0.573
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
354 |
SELECT SQL_NO_CACHE m.*,ml.title,ml.link,ml.bubble_text
FROM `ps_ets_mm_menu` m
INNER JOIN `ps_ets_mm_menu_shop` ms ON (m.id_menu =ms.id_menu AND ms.id_shop='1')
LEFT JOIN `ps_ets_mm_menu_lang` ml
ON m.id_menu=ml.id_menu AND ml.id_lang=3
WHERE 1 AND m.enabled=1
ORDER BY m.sort_order asc |
0.573
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Menu.php:505
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
443 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8534) AND (b.`id_shop` = 1) LIMIT 1 |
0.573
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE * FROM ps_revslider_sliders |
0.572
ms
|
3 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:214
/modules/revsliderprestashop/revsliderprestashop.php:521 (getResults)
/modules/revsliderprestashop/revsliderprestashop.php:352 (hookCommonCb)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
297 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 52969) AND (b.`id_shop` = 1) LIMIT 1 |
0.572
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.570
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/controller/FrontController.php:1674 (isEnabled)
/classes/controller/FrontController.php:1818 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:564 (getTemplateVarPage)
/classes/controller/FrontController.php:627 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
93 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8499) AND (b.`id_shop` = 1) LIMIT 1 |
0.570
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/classes/Link.php:1217 (getCategoryLink)
/classes/controller/FrontController.php:2185 (getLanguageLink)
/classes/controller/FrontController.php:1625 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1758 (getTemplateVarUrls)
/classes/controller/FrontController.php:565 (getTemplateVarShop)
/classes/controller/FrontController.php:627 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
399 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=41
ORDER BY b.sort_order asc |
0.569
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1087 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9098 AND c.id_category!=9098
ORDER BY c.id_category ASC |
0.569
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1068 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8527) AND (b.`id_shop` = 1) LIMIT 1 |
0.568
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
560 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8654 AND c.id_category!=8654
ORDER BY c.id_category ASC |
0.567
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
904 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8968) AND (b.`id_shop` = 1) LIMIT 1 |
0.567
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
171 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 40745
AND image_shop.`cover` = 1 LIMIT 1 |
0.565
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 58568
ORDER BY f.position ASC |
0.565
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
427 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8811 AND c.id_category!=8811
ORDER BY cl.name ASC,c.id_category ASC |
0.564
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
503 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8510 AND c.id_category!=8510
ORDER BY c.id_category ASC |
0.564
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1240 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "thproductcategory" LIMIT 1 |
0.564
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:31 (isInstalled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
27 |
DELETE FROM `ps_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `ps_configuration`
WHERE `name` = "PS_ROUTE_etsmpshops"
) |
0.564
ms
|
1 |
|
|
/classes/Configuration.php:578
/modules/ets_marketplace/ets_marketplace.php:2161 (deleteByName)
/classes/Hook.php:1083 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
863 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8993) AND (b.`id_shop` = 1) LIMIT 1 |
0.562
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
306 |
SELECT SQL_NO_CACHE IF(f.`url_name`, f.`url_name`, l.`public_name`) AS `name` FROM `ps_attribute_group` a
INNER JOIN `ps_attribute_group_shop` s ON a.`id_attribute_group` = s.`id_attribute_group` AND s.`id_shop` = 1
INNER JOIN `ps_attribute_group_lang` l ON a.`id_attribute_group` = l.`id_attribute_group` AND l.`id_lang` = 3
LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` f ON a.`id_attribute_group` = f.`id_attribute_group` AND f.`id_lang` = 3
WHERE a.`is_color_group` = 1 |
0.560
ms
|
11 |
|
|
/modules/creativeelements/classes/wrappers/Helper.php:79
/modules/creativeelements/creativeelements.php:908 (getColorAttributeGroupNames)
/classes/Hook.php:1083 (hookFilterProductSearch)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
413 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9066) AND (b.`id_shop` = 1) LIMIT 1 |
0.560
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1009 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8576) AND (b.`id_shop` = 1) LIMIT 1 |
0.559
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1185 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8982 AND c.id_category!=8982
ORDER BY c.id_category ASC |
0.558
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
504 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8621 AND c.id_category!=8621
ORDER BY c.id_category ASC |
0.557
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
566 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8667 AND c.id_category!=8667
ORDER BY c.id_category ASC |
0.557
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
608 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8719 AND c.id_category!=8719
ORDER BY c.id_category ASC |
0.557
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
631 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.556
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
861 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8909) AND (b.`id_shop` = 1) LIMIT 1 |
0.556
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1053 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8923) AND (b.`id_shop` = 1) LIMIT 1 |
0.556
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
133 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "amzpayments" LIMIT 1 |
0.555
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/pmpcrestrictions/pmpcrestrictions.php:2408 (isEnabled)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
732 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8765 AND c.id_category!=8765
ORDER BY c.id_category ASC |
0.555
ms
|
5 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
250 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 52969 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 52969 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.554
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
361 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=52
ORDER BY b.sort_order asc |
0.554
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
918 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8778) AND (b.`id_shop` = 1) LIMIT 1 |
0.554
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1060 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8806) AND (b.`id_shop` = 1) LIMIT 1 |
0.554
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
909 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8974 AND c.id_category!=8974
ORDER BY c.id_category ASC |
0.554
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
424 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8530 AND c.id_category!=8530
ORDER BY cl.name ASC,c.id_category ASC |
0.553
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
939 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9038) AND (b.`id_shop` = 1) LIMIT 1 |
0.553
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1120 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8809) AND (b.`id_shop` = 1) LIMIT 1 |
0.553
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
365 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8508) AND (b.`id_shop` = 1) LIMIT 1 |
0.553
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:345 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:323 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
550 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8914 AND c.id_category!=8914
ORDER BY c.id_category ASC |
0.553
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1037 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8921 AND c.id_category!=8921
ORDER BY c.id_category ASC |
0.553
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
450 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8818 AND c.id_category!=8818
ORDER BY cl.name ASC,c.id_category ASC |
0.552
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
489 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8610 AND c.id_category!=8610
ORDER BY c.id_category ASC |
0.552
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
627 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8641) AND (b.`id_shop` = 1) LIMIT 1 |
0.552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
697 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8737 AND c.id_category!=8737
ORDER BY c.id_category ASC |
0.552
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1046 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8840) AND (b.`id_shop` = 1) LIMIT 1 |
0.552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1055 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8806 AND c.id_category!=8806
ORDER BY c.id_category ASC |
0.552
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1081 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8802 AND c.id_category!=8802
ORDER BY c.id_category ASC |
0.552
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
703 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8735) AND (b.`id_shop` = 1) LIMIT 1 |
0.551
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE id_shop FROM ps_shop |
0.551
ms
|
1 |
|
|
/classes/shop/Shop.php:751
/classes/Hook.php:593 (getCompleteListOfShopsID)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
870 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8775 AND c.id_category!=8775
ORDER BY c.id_category ASC |
0.551
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1061 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8807) AND (b.`id_shop` = 1) LIMIT 1 |
0.551
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
196 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 58566 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 58566 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.550
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
313 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 41205 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.550
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2815
/modules/trustpilot/trustbox.php:109 (getAttributeCombinations)
/modules/trustpilot/trustbox.php:40 (loadCategoryProductData)
/modules/trustpilot/trustpilot.php:443 (setProducts)
/classes/Hook.php:1083 (hookFilterProductSearch)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
434 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8814) AND (b.`id_shop` = 1) LIMIT 1 |
0.549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
881 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8925 AND c.id_category!=8925
ORDER BY c.id_category ASC |
0.549
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
442 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8533) AND (b.`id_shop` = 1) LIMIT 1 |
0.548
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
955 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9045 AND c.id_category!=9045
ORDER BY c.id_category ASC |
0.547
ms
|
3 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
758 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8774 AND c.id_category!=8774
ORDER BY c.id_category ASC |
0.546
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1169 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8513 AND c.id_category!=8513
ORDER BY c.id_category ASC |
0.546
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
579 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8631) AND (b.`id_shop` = 1) LIMIT 1 |
0.545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
901 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8970 AND c.id_category!=8970
ORDER BY c.id_category ASC |
0.545
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1038 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8922 AND c.id_category!=8922
ORDER BY c.id_category ASC |
0.545
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
314 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 54143 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.544
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2815
/modules/trustpilot/trustbox.php:109 (getAttributeCombinations)
/modules/trustpilot/trustbox.php:40 (loadCategoryProductData)
/modules/trustpilot/trustpilot.php:443 (setProducts)
/classes/Hook.php:1083 (hookFilterProductSearch)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
916 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8775) AND (b.`id_shop` = 1) LIMIT 1 |
0.544
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1008 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9096 AND c.id_category!=9096
ORDER BY c.id_category ASC |
0.544
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1072 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8792 AND c.id_category!=8792
ORDER BY c.id_category ASC |
0.542
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1103 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9098) AND (b.`id_shop` = 1) LIMIT 1 |
0.542
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
860 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8908) AND (b.`id_shop` = 1) LIMIT 1 |
0.541
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
695 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8735 AND c.id_category!=8735
ORDER BY c.id_category ASC |
0.540
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
753 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8572 AND c.id_category!=8572
ORDER BY c.id_category ASC |
0.540
ms
|
6 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1013 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8875) AND (b.`id_shop` = 1) LIMIT 1 |
0.539
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1028 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8836 AND c.id_category!=8836
ORDER BY c.id_category ASC |
0.539
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
312 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 41199 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.538
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2815
/modules/trustpilot/trustbox.php:109 (getAttributeCombinations)
/modules/trustpilot/trustbox.php:40 (loadCategoryProductData)
/modules/trustpilot/trustpilot.php:443 (setProducts)
/classes/Hook.php:1083 (hookFilterProductSearch)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.538
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:336
/modules/ps_mbo/ps_mbo.php:118 (checkModuleStatus)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Hook.php:635 (exec)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
139 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_thcountryselector` c
LEFT JOIN `ps_thcountryselector_lang` cl
ON (c.`id_thcountryselector` = cl.`id_thcountryselector`
AND cl.`id_lang` = 3)
WHERE c.`id_country` =1 AND c.`active` = 1 LIMIT 1 |
0.538
ms
|
1 |
|
|
/modules/thcountryselector/classes/ThCountryInfo.php:66
/modules/thcountryselector/thcountryselector.php:631 (getInfoByIdCountry)
/classes/Hook.php:1083 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
644 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9079) AND (b.`id_shop` = 1) LIMIT 1 |
0.538
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
862 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8992) AND (b.`id_shop` = 1) LIMIT 1 |
0.537
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
944 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9042 AND c.id_category!=9042
ORDER BY c.id_category ASC |
0.537
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1082 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9008 AND c.id_category!=9008
ORDER BY c.id_category ASC |
0.537
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1244 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 3)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 3)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.537
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:816 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:696 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysum/28/e0/64/28e0644151e0d39289f8c45804cd9de69919a4a1_2.file.product-miniature-price.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/28/e0/64/28e0644151e0d39289f8c45804cd9de69919a4a1_2.file.product-miniature-price.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a39c233_81389330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:304 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_priceBlock_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:422 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:466 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:250 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a2df5b9_69048236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/c6/54/8f/c6548fab106f3f2ab0f038e5f97f85e7a9929b6f_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a295d45_04700455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
871 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8777 AND c.id_category!=8777
ORDER BY c.id_category ASC |
0.535
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
102 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ybc_blog" LIMIT 1 |
0.534
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/ets_superspeed/ets_superspeed.php:62 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
311 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 58568 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.534
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2815
/modules/trustpilot/trustbox.php:109 (getAttributeCombinations)
/modules/trustpilot/trustbox.php:40 (loadCategoryProductData)
/modules/trustpilot/trustpilot.php:443 (setProducts)
/classes/Hook.php:1083 (hookFilterProductSearch)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
544 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8632 AND c.id_category!=8632
ORDER BY c.id_category ASC |
0.534
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
821 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9048 AND c.id_category!=9048
ORDER BY c.id_category ASC |
0.534
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
911 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9015 AND c.id_category!=9015
ORDER BY c.id_category ASC |
0.534
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
940 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8577 AND c.id_category!=8577
ORDER BY c.id_category ASC |
0.534
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
893 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8963) AND (b.`id_shop` = 1) LIMIT 1 |
0.534
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
449 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8817 AND c.id_category!=8817
ORDER BY cl.name ASC,c.id_category ASC |
0.533
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1100 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9010) AND (b.`id_shop` = 1) LIMIT 1 |
0.533
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1195 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9050 AND c.id_category!=9050
ORDER BY c.id_category ASC |
0.533
ms
|
4 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
527 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8669) AND (b.`id_shop` = 1) LIMIT 1 |
0.532
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1194 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8518 AND c.id_category!=8518
ORDER BY c.id_category ASC |
0.532
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
757 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8773 AND c.id_category!=8773
ORDER BY c.id_category ASC |
0.532
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
914 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9018 AND c.id_category!=9018
ORDER BY c.id_category ASC |
0.532
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
300 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 3
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 54141) AND (b.`id_shop` = 1) LIMIT 1 |
0.531
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
355 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_tab` t
LEFT JOIN `ps_ets_mm_tab_lang` tl on (t.id_tab=tl.id_tab AND tl.id_lang=3)
WHERE 1 AND id_menu=8
ORDER BY sort_order asc |
0.531
ms
|
13 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Tab.php:312
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
877 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8788 AND c.id_category!=8788
ORDER BY c.id_category ASC |
0.531
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1007 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9070 AND c.id_category!=9070
ORDER BY c.id_category ASC |
0.531
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1033 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8841 AND c.id_category!=8841
ORDER BY c.id_category ASC |
0.531
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1049 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8913) AND (b.`id_shop` = 1) LIMIT 1 |
0.531
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1050 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8920) AND (b.`id_shop` = 1) LIMIT 1 |
0.531
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1083 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9009 AND c.id_category!=9009
ORDER BY c.id_category ASC |
0.531
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
899 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8968 AND c.id_category!=8968
ORDER BY c.id_category ASC |
0.530
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1197 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9052 AND c.id_category!=9052
ORDER BY c.id_category ASC |
0.530
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
740 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8866) AND (b.`id_shop` = 1) LIMIT 1 |
0.529
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1187 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8514) AND (b.`id_shop` = 1) LIMIT 1 |
0.529
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
671 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8592 AND c.id_category!=8592
ORDER BY c.id_category ASC |
0.529
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
316 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name, a.`id_attribute`, stock.location FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) LEFT JOIN `ps_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute` LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute` LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group` LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 3) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 3) LEFT JOIN `ps_stock_available` stock ON (stock.id_product = pa.id_product AND stock.id_product_attribute = IFNULL(pa.`id_product_attribute`, 0)) WHERE pa.`id_product` = 52969 GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group` ORDER BY pa.`id_product_attribute` |
0.528
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:2815
/modules/trustpilot/trustbox.php:109 (getAttributeCombinations)
/modules/trustpilot/trustbox.php:40 (loadCategoryProductData)
/modules/trustpilot/trustpilot.php:443 (setProducts)
/classes/Hook.php:1083 (hookFilterProductSearch)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/ProductListingFrontController.php:444 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
488 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8609 AND c.id_category!=8609
ORDER BY c.id_category ASC |
0.528
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1034 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8842 AND c.id_category!=8842
ORDER BY c.id_category ASC |
0.528
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
428 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8815 AND c.id_category!=8815
ORDER BY cl.name ASC,c.id_category ASC |
0.527
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
998 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9032 AND c.id_category!=9032
ORDER BY c.id_category ASC |
0.526
ms
|
4 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
584 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8654) AND (b.`id_shop` = 1) LIMIT 1 |
0.526
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "mollie" LIMIT 1 |
0.525
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/mollie/src/Handler/ErrorHandler/ErrorHandler.php:101 (isEnabled)
/modules/mollie/src/Handler/ErrorHandler/ErrorHandler.php:137 (__construct)
/modules/mollie/mollie.php:112 (getInstance)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:523 (exec)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
578 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9031 AND c.id_category!=9031
ORDER BY c.id_category ASC |
0.525
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1243 |
SELECT SQL_NO_CACHE qdrf.*
FROM `ps_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.525
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:815 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:696 (getMessage)
/classes/Hook.php:1083 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysum/28/e0/64/28e0644151e0d39289f8c45804cd9de69919a4a1_2.file.product-miniature-price.tpl.php:79 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/28/e0/64/28e0644151e0d39289f8c45804cd9de69919a4a1_2.file.product-miniature-price.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a39c233_81389330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:304 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_priceBlock_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:422 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_nativeLayout_134831427668b64c7a29bfd8_43080141)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:466 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/e7/61/c7/e761c7af742ebacb31a5670891ec5aa74b44a16b_2.file.product.tpl.php:250 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a2df5b9_69048236)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/c6/54/8f/c6548fab106f3f2ab0f038e5f97f85e7a9929b6f_2.file.product.tpl.php:40 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a295d45_04700455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:76 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
458 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8543 AND c.id_category!=8543
ORDER BY cl.name ASC,c.id_category ASC |
0.523
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
447 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8816 AND c.id_category!=8816
ORDER BY cl.name ASC,c.id_category ASC |
0.522
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
832 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8760) AND (b.`id_shop` = 1) LIMIT 1 |
0.522
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
609 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8720 AND c.id_category!=8720
ORDER BY c.id_category ASC |
0.522
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
896 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8966) AND (b.`id_shop` = 1) LIMIT 1 |
0.522
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
670 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8591 AND c.id_category!=8591
ORDER BY c.id_category ASC |
0.521
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
894 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8964) AND (b.`id_shop` = 1) LIMIT 1 |
0.521
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
585 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8655) AND (b.`id_shop` = 1) LIMIT 1 |
0.521
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
895 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8965) AND (b.`id_shop` = 1) LIMIT 1 |
0.520
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
292 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 54143
ORDER BY `position` |
0.519
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
425 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8531 AND c.id_category!=8531
ORDER BY cl.name ASC,c.id_category ASC |
0.519
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
963 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9102 AND c.id_category!=9102
ORDER BY c.id_category ASC |
0.519
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1259 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 18010000 AND name = '_elementor_data' LIMIT 1 |
0.518
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:587 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:647 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:848 (getElementsData)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/04/f9/4f/04f94f7151f1d9d8708092af0a2bef92b2ac89bd_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_177164495668b64c74743512_32226316)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/04/f9/4f/04f94f7151f1d9d8708092af0a2bef92b2ac89bd_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c747597c6_52431954)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/8a/de/87/8ade8708f741150e700b8fba4ebbab1fd554e246_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7473cbd8_40979332)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
215 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 41199
ORDER BY f.position ASC |
0.517
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
390 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=45
ORDER BY b.sort_order asc |
0.517
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
477 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8659) AND (b.`id_shop` = 1) LIMIT 1 |
0.517
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
876 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8787 AND c.id_category!=8787
ORDER BY c.id_category ASC |
0.517
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1153 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9073 AND c.id_category!=9073
ORDER BY c.id_category ASC |
0.517
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
259 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 54141 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 54141 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.516
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1110 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8548 AND c.id_category!=8548
ORDER BY c.id_category ASC |
0.516
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1191 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8515 AND c.id_category!=8515
ORDER BY c.id_category ASC |
0.516
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
368 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=38
ORDER BY b.sort_order asc |
0.515
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1011 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8578) AND (b.`id_shop` = 1) LIMIT 1 |
0.515
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1134 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8552) AND (b.`id_shop` = 1) LIMIT 1 |
0.515
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
760 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8770) AND (b.`id_shop` = 1) LIMIT 1 |
0.514
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1043 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8837) AND (b.`id_shop` = 1) LIMIT 1 |
0.514
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
528 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8670) AND (b.`id_shop` = 1) LIMIT 1 |
0.514
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
559 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8652 AND c.id_category!=8652
ORDER BY c.id_category ASC |
0.513
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
698 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8738 AND c.id_category!=8738
ORDER BY c.id_category ASC |
0.513
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
655 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8589 AND c.id_category!=8589
ORDER BY c.id_category ASC |
0.512
ms
|
7 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
838 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8918) AND (b.`id_shop` = 1) LIMIT 1 |
0.512
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1051 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8921) AND (b.`id_shop` = 1) LIMIT 1 |
0.511
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
819 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9030) AND (b.`id_shop` = 1) LIMIT 1 |
0.508
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
731 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8764 AND c.id_category!=8764
ORDER BY c.id_category ASC |
0.508
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
865 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9040) AND (b.`id_shop` = 1) LIMIT 1 |
0.508
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
325 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-09-02 00:00:00" AND date_to <= "2025-09-02 23:59:59") OR (date_from >= "2025-09-02 00:00:00" AND date_from <= "2025-09-02 23:59:59") OR (date_from < "2025-09-02 00:00:00" AND date_to > "2025-09-02 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.507
ms
|
7 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:397 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f8/93/84/f8938486271c7652d4a9e4540d5bb176de3c5d26_2.file.javascript.tpl.php:62 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c78269855_38905200)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/47/65/5b/47655bdc285bb16424929b6709c872bd88ff8a17_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7825ae52_90497041)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/33/35/16/3335162d9b521c91c13587739bd1e4067b5a07c8_2.file.head.tpl.php:400 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/33/35/16/3335162d9b521c91c13587739bd1e4067b5a07c8_2.file.head.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781e9097_84261572)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:94 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1096 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8801) AND (b.`id_shop` = 1) LIMIT 1 |
0.506
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
358 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9065) AND (b.`id_shop` = 1) LIMIT 1 |
0.506
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:345 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:323 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
915 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9038 AND c.id_category!=9038
ORDER BY c.id_category ASC |
0.506
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1088 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8792) AND (b.`id_shop` = 1) LIMIT 1 |
0.506
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
214 |
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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 41199 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 41199 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.505
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1196 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9051 AND c.id_category!=9051
ORDER BY c.id_category ASC |
0.505
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
197 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 58566
ORDER BY f.position ASC |
0.504
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
674 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8997 AND c.id_category!=8997
ORDER BY c.id_category ASC |
0.504
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
754 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8770 AND c.id_category!=8770
ORDER BY c.id_category ASC |
0.503
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1214 |
SELECT SQL_NO_CACHE 1 FROM ps_module_group WHERE id_module = 160 AND id_shop = 1 AND id_group IN (1) LIMIT 1 |
0.503
ms
|
1 |
|
|
/modules/creativeelements/modules/premium/widgets/module.php:174
/modules/creativeelements/modules/premium/widgets/module.php:184 (isInCustomerGroups)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
89 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.502
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/psxmarketingwithgoogle/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/psxmarketingwithgoogle/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/psxmarketingwithgoogle/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_checkout/src/Repository/PsAccountRepository.php:46 (getPsAccountsService)
/var/cache/prod/Ps_checkout8440FrontContainer.php:1149 (__construct)
/var/cache/prod/Ps_checkout8440FrontContainer.php:1239 (getPsAccountRepositoryService)
/var/cache/prod/Ps_checkout8440FrontContainer.php:1229 (getMerchantValidatorService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getFrontControllerValidatorService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_metrics/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:58 (get)
/modules/ps_checkout/ps_checkout.php:1519 (getService)
/modules/ps_checkout/ps_checkout.php:913 (getService)
/classes/Hook.php:1083 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1009 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
295 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 52525
ORDER BY `position` |
0.502
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1048 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8842) AND (b.`id_shop` = 1) LIMIT 1 |
0.502
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1102 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9095) AND (b.`id_shop` = 1) LIMIT 1 |
0.502
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1112 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8551 AND c.id_category!=8551
ORDER BY c.id_category ASC |
0.502
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
328 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 3)
WHERE qdr.`active` = 1 AND `id_family` = 1 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.501
ms
|
11 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:397 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f8/93/84/f8938486271c7652d4a9e4540d5bb176de3c5d26_2.file.javascript.tpl.php:62 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c78269855_38905200)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/47/65/5b/47655bdc285bb16424929b6709c872bd88ff8a17_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7825ae52_90497041)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/33/35/16/3335162d9b521c91c13587739bd1e4067b5a07c8_2.file.head.tpl.php:400 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/33/35/16/3335162d9b521c91c13587739bd1e4067b5a07c8_2.file.head.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781e9097_84261572)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:94 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1139 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8558) AND (b.`id_shop` = 1) LIMIT 1 |
0.501
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1041 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8834) AND (b.`id_shop` = 1) LIMIT 1 |
0.499
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1188 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8982) AND (b.`id_shop` = 1) LIMIT 1 |
0.499
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
548 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8883 AND c.id_category!=8883
ORDER BY c.id_category ASC |
0.499
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
640 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9075) AND (b.`id_shop` = 1) LIMIT 1 |
0.498
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
522 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8629 AND c.id_category!=8629
ORDER BY c.id_category ASC |
0.498
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (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 `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 58568 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_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` = 58568 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.497
ms
|
0 |
|
|
/classes/Cart.php:1430
/classes/Product.php:4361 (getProductQuantity)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1199 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9054 AND c.id_category!=9054
ORDER BY c.id_category ASC |
0.496
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
866 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9063) AND (b.`id_shop` = 1) LIMIT 1 |
0.495
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1031 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8839 AND c.id_category!=8839
ORDER BY c.id_category ASC |
0.494
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
269 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 54605
ORDER BY f.position ASC |
0.493
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
335 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "psgdpr" LIMIT 1 |
0.493
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1331 (isEnabled)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1322 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:303 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1076 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:897 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:343 (getChildType)
/modules/creativeelements/includes/base/element-base.php:942 (addChild)
/modules/creativeelements/includes/base/element-base.php:302 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (getChildren)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:119 (renderStyles)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:198 (renderStyles)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
636 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9078 AND c.id_category!=9078
ORDER BY c.id_category ASC |
0.493
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
672 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8593 AND c.id_category!=8593
ORDER BY c.id_category ASC |
0.493
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
807 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9029 AND c.id_category!=9029
ORDER BY c.id_category ASC |
0.493
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1198 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9053 AND c.id_category!=9053
ORDER BY c.id_category ASC |
0.493
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1215 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 17) LIMIT 1 |
0.493
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:836 (__construct)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
323 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-09-02 00:00:00" AND date_to <= "2025-09-02 23:59:59") OR (date_from >= "2025-09-02 00:00:00" AND date_from <= "2025-09-02 23:59:59") OR (date_from < "2025-09-02 00:00:00" AND date_to > "2025-09-02 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.492
ms
|
7 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3079 (getCustomerCartRules)
/override/classes/Cart.php:47 (getDeliveryOptionList)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2201 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:186 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f8/93/84/f8938486271c7652d4a9e4540d5bb176de3c5d26_2.file.javascript.tpl.php:62 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c78269855_38905200)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/47/65/5b/47655bdc285bb16424929b6709c872bd88ff8a17_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7825ae52_90497041)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/33/35/16/3335162d9b521c91c13587739bd1e4067b5a07c8_2.file.head.tpl.php:400 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/33/35/16/3335162d9b521c91c13587739bd1e4067b5a07c8_2.file.head.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781e9097_84261572)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:94 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
593 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8707 AND c.id_category!=8707
ORDER BY c.id_category ASC |
0.492
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
419 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9088) AND (b.`id_shop` = 1) LIMIT 1 |
0.492
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1065 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8523) AND (b.`id_shop` = 1) LIMIT 1 |
0.492
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
158 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 52669) |
0.491
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1101 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9094) AND (b.`id_shop` = 1) LIMIT 1 |
0.491
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
359 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=36
ORDER BY sort_order asc |
0.491
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:142
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
903 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8972 AND c.id_category!=8972
ORDER BY c.id_category ASC |
0.491
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
981 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8875 AND c.id_category!=8875
ORDER BY c.id_category ASC |
0.491
ms
|
8 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
430 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8814 AND c.id_category!=8814
ORDER BY cl.name ASC,c.id_category ASC |
0.490
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
429 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8812 AND c.id_category!=8812
ORDER BY cl.name ASC,c.id_category ASC |
0.489
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
783 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8901) AND (b.`id_shop` = 1) LIMIT 1 |
0.489
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1030 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8838 AND c.id_category!=8838
ORDER BY c.id_category ASC |
0.489
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1136 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8555) AND (b.`id_shop` = 1) LIMIT 1 |
0.489
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
864 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8995) AND (b.`id_shop` = 1) LIMIT 1 |
0.487
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
541 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8701) AND (b.`id_shop` = 1) LIMIT 1 |
0.486
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
233 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 54143
ORDER BY f.position ASC |
0.486
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
700 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8740 AND c.id_category!=8740
ORDER BY c.id_category ASC |
0.486
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
525 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8670 AND c.id_category!=8670
ORDER BY c.id_category ASC |
0.485
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
964 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9103 AND c.id_category!=9103
ORDER BY c.id_category ASC |
0.485
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1032 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8840 AND c.id_category!=8840
ORDER BY c.id_category ASC |
0.485
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1036 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8920 AND c.id_category!=8920
ORDER BY c.id_category ASC |
0.485
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
738 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8864) AND (b.`id_shop` = 1) LIMIT 1 |
0.484
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1015 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9070) AND (b.`id_shop` = 1) LIMIT 1 |
0.484
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1212 |
SELECT SQL_NO_CACHE id_lang FROM `ps_lang` WHERE is_rtl=0 AND active=1 LIMIT 1 |
0.484
ms
|
3 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:516
/modules/ets_megamenu/ets_megamenu.php:1739 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
224 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 41205
ORDER BY f.position ASC |
0.483
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
339 |
SELECT SQL_NO_CACHE psgdprl.message FROM `ps_psgdpr_consent` psgdpr
LEFT JOIN ps_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 25 AND psgdprl.id_lang =3 LIMIT 1 |
0.483
ms
|
5 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:111
:undefined (getConsentMessage)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1335 (call_user_func)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1322 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:303 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1076 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:897 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:343 (getChildType)
/modules/creativeelements/includes/base/element-base.php:942 (addChild)
/modules/creativeelements/includes/base/element-base.php:302 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (getChildren)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:119 (renderStyles)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:198 (renderStyles)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1138 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8557) AND (b.`id_shop` = 1) LIMIT 1 |
0.482
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
552 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9097 AND c.id_category!=9097
ORDER BY c.id_category ASC |
0.482
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
842 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9056) AND (b.`id_shop` = 1) LIMIT 1 |
0.482
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
533 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8629) AND (b.`id_shop` = 1) LIMIT 1 |
0.481
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
531 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8626) AND (b.`id_shop` = 1) LIMIT 1 |
0.480
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
941 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8578 AND c.id_category!=8578
ORDER BY c.id_category ASC |
0.480
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
588 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9031) AND (b.`id_shop` = 1) LIMIT 1 |
0.479
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
905 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8969) AND (b.`id_shop` = 1) LIMIT 1 |
0.479
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 52669
AND image_shop.`cover` = 1 LIMIT 1 |
0.478
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
416 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9069) AND (b.`id_shop` = 1) LIMIT 1 |
0.478
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
581 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8634) AND (b.`id_shop` = 1) LIMIT 1 |
0.478
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
583 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8652) AND (b.`id_shop` = 1) LIMIT 1 |
0.478
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
799 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9021 AND c.id_category!=9021
ORDER BY c.id_category ASC |
0.478
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
15 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.477
ms
|
87 |
|
|
/classes/Hook.php:290
/classes/Hook.php:321 (getAllHookAliases)
/classes/Hook.php:749 (getHookAliasesFor)
/classes/Hook.php:848 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
868 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9099) AND (b.`id_shop` = 1) LIMIT 1 |
0.477
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1098 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9008) AND (b.`id_shop` = 1) LIMIT 1 |
0.477
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1154 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9003) AND (b.`id_shop` = 1) LIMIT 1 |
0.477
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
601 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8640 AND c.id_category!=8640
ORDER BY c.id_category ASC |
0.477
ms
|
9 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
179 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 40745
ORDER BY f.position ASC |
0.476
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1186 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8513) AND (b.`id_shop` = 1) LIMIT 1 |
0.476
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1131 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8548) AND (b.`id_shop` = 1) LIMIT 1 |
0.476
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
260 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 54141
ORDER BY f.position ASC |
0.475
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
468 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8512 AND c.id_category!=8512
ORDER BY c.position ASC,c.id_category ASC |
0.475
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
529 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9090) AND (b.`id_shop` = 1) LIMIT 1 |
0.475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
375 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=42
ORDER BY b.sort_order asc |
0.475
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
637 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9079 AND c.id_category!=9079
ORDER BY c.id_category ASC |
0.475
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
805 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9027 AND c.id_category!=9027
ORDER BY c.id_category ASC |
0.475
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1090 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8795) AND (b.`id_shop` = 1) LIMIT 1 |
0.475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
461 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8536) AND (b.`id_shop` = 1) LIMIT 1 |
0.474
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1152 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9006 AND c.id_category!=9006
ORDER BY c.id_category ASC |
0.474
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
251 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 52969
ORDER BY f.position ASC |
0.473
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
274 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 40745
ORDER BY `position` |
0.473
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
549 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8884 AND c.id_category!=8884
ORDER BY c.id_category ASC |
0.473
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1039 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8923 AND c.id_category!=8923
ORDER BY c.id_category ASC |
0.473
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1085 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9094 AND c.id_category!=9094
ORDER BY c.id_category ASC |
0.473
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1234 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_content` a
LEFT JOIN `ps_ce_content_lang` `b` ON a.`id_ce_content` = b.`id_ce_content` AND b.`id_lang` = 3
LEFT JOIN `ps_ce_content_shop` `c` ON a.`id_ce_content` = c.`id_ce_content` AND c.`id_shop` = 1
WHERE (a.`id_ce_content` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.473
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/CEContent.php:47 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:102 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:147 (getInstance)
/modules/creativeelements/core/documents-manager.php:199 (CE\get_post)
/modules/creativeelements/core/documents-manager.php:252 (get)
/modules/creativeelements/includes/frontend.php:843 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:792 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:759 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:39 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:120 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
906 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8970) AND (b.`id_shop` = 1) LIMIT 1 |
0.472
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
649 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8581 AND c.id_category!=8581
ORDER BY c.id_category ASC |
0.471
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
711 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8598 AND c.id_category!=8598
ORDER BY c.id_category ASC |
0.471
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.471
ms
|
3 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
132 |
SELECT SQL_NO_CACHE id_registration FROM `ps_ets_mp_registration` WHERE id_customer="0" AND id_shop="1" LIMIT 1 |
0.471
ms
|
1 |
|
|
/modules/ets_marketplace/classes/registration.php:102
/modules/ets_marketplace/ets_marketplace.php:3606 (_getRegistration)
/modules/ets_marketplace/ets_marketplace.php:2661 (_replaceTag)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
537 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8631 AND c.id_category!=8631
ORDER BY c.id_category ASC |
0.471
ms
|
6 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
457 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8541 AND c.id_category!=8541
ORDER BY cl.name ASC,c.id_category ASC |
0.470
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
532 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8628) AND (b.`id_shop` = 1) LIMIT 1 |
0.470
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1146 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8984 AND c.id_category!=8984
ORDER BY c.id_category ASC |
0.470
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
848 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8568 AND c.id_category!=8568
ORDER BY c.id_category ASC |
0.469
ms
|
13 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
280 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 58566
ORDER BY `position` |
0.469
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
370 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=29
ORDER BY b.sort_order asc |
0.469
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
841 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9048) AND (b.`id_shop` = 1) LIMIT 1 |
0.469
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1171 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8828 AND c.id_category!=8828
ORDER BY c.id_category ASC |
0.469
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
94 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.468
ms
|
10 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1632 (getNoPictureImage)
/classes/controller/FrontController.php:1758 (getTemplateVarUrls)
/classes/controller/FrontController.php:565 (getTemplateVarShop)
/classes/controller/FrontController.php:627 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
492 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8611 AND c.id_category!=8611
ORDER BY c.id_category ASC |
0.468
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
787 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8912 AND c.id_category!=8912
ORDER BY c.id_category ASC |
0.468
ms
|
7 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1118 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8983 AND c.id_category!=8983
ORDER BY c.id_category ASC |
0.468
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1206 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8517) AND (b.`id_shop` = 1) LIMIT 1 |
0.468
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
602 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8712 AND c.id_category!=8712
ORDER BY c.id_category ASC |
0.467
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1143 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8560 AND c.id_category!=8560
ORDER BY c.id_category ASC |
0.467
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1172 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8829 AND c.id_category!=8829
ORDER BY c.id_category ASC |
0.467
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1203 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9054) AND (b.`id_shop` = 1) LIMIT 1 |
0.467
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
510 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8510) AND (b.`id_shop` = 1) LIMIT 1 |
0.467
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
242 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 52525
ORDER BY f.position ASC |
0.466
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
415 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9068) AND (b.`id_shop` = 1) LIMIT 1 |
0.466
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
432 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8815) AND (b.`id_shop` = 1) LIMIT 1 |
0.466
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1024 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8803 AND c.id_category!=8803
ORDER BY c.id_category ASC |
0.466
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1125 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8557 AND c.id_category!=8557
ORDER BY c.id_category ASC |
0.466
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1045 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8839) AND (b.`id_shop` = 1) LIMIT 1 |
0.465
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
553 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8882) AND (b.`id_shop` = 1) LIMIT 1 |
0.464
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1204 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8515) AND (b.`id_shop` = 1) LIMIT 1 |
0.464
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
304 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 54605
ORDER BY `position` |
0.463
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
324 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 3) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.463
ms
|
4 |
|
|
/classes/CartRule.php:423
/override/classes/CartRule.php:108 (getCustomerCartRules)
/classes/Cart.php:3079 (getCustomerCartRules)
/override/classes/Cart.php:47 (getDeliveryOptionList)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2201 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:186 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f8/93/84/f8938486271c7652d4a9e4540d5bb176de3c5d26_2.file.javascript.tpl.php:62 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c78269855_38905200)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/47/65/5b/47655bdc285bb16424929b6709c872bd88ff8a17_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7825ae52_90497041)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/33/35/16/3335162d9b521c91c13587739bd1e4067b5a07c8_2.file.head.tpl.php:400 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/33/35/16/3335162d9b521c91c13587739bd1e4067b5a07c8_2.file.head.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781e9097_84261572)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:94 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1027 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8834 AND c.id_category!=8834
ORDER BY c.id_category ASC |
0.463
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
271 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 52669
ORDER BY `position` |
0.462
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1111 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8550 AND c.id_category!=8550
ORDER BY c.id_category ASC |
0.462
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
902 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8971 AND c.id_category!=8971
ORDER BY c.id_category ASC |
0.461
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
945 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9043 AND c.id_category!=9043
ORDER BY c.id_category ASC |
0.461
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
742 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8868) AND (b.`id_shop` = 1) LIMIT 1 |
0.461
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
907 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8971) AND (b.`id_shop` = 1) LIMIT 1 |
0.461
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1151 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9005 AND c.id_category!=9005
ORDER BY c.id_category ASC |
0.461
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
833 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8761) AND (b.`id_shop` = 1) LIMIT 1 |
0.460
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
845 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9091) AND (b.`id_shop` = 1) LIMIT 1 |
0.460
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
598 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8710) AND (b.`id_shop` = 1) LIMIT 1 |
0.460
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
669 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9072) AND (b.`id_shop` = 1) LIMIT 1 |
0.460
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
755 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8771 AND c.id_category!=8771
ORDER BY c.id_category ASC |
0.460
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
653 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8587 AND c.id_category!=8587
ORDER BY c.id_category ASC |
0.459
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
750 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8767) AND (b.`id_shop` = 1) LIMIT 1 |
0.459
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
666 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8725) AND (b.`id_shop` = 1) LIMIT 1 |
0.459
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
357 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=26
ORDER BY b.sort_order asc |
0.458
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1012 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8579) AND (b.`id_shop` = 1) LIMIT 1 |
0.458
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1066 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8525) AND (b.`id_shop` = 1) LIMIT 1 |
0.458
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
391 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8506) AND (b.`id_shop` = 1) LIMIT 1 |
0.457
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:345 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:323 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
834 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8762) AND (b.`id_shop` = 1) LIMIT 1 |
0.457
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
455 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8536 AND c.id_category!=8536
ORDER BY cl.name ASC,c.id_category ASC |
0.457
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
683 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8591) AND (b.`id_shop` = 1) LIMIT 1 |
0.456
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
763 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8773) AND (b.`id_shop` = 1) LIMIT 1 |
0.456
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
857 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9064 AND c.id_category!=9064
ORDER BY c.id_category ASC |
0.456
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1145 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8563 AND c.id_category!=8563
ORDER BY c.id_category ASC |
0.456
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1193 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8517 AND c.id_category!=8517
ORDER BY c.id_category ASC |
0.456
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
75 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8605) AND (b.`id_shop` = 1) LIMIT 1 |
0.455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
85 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8616) AND (b.`id_shop` = 1) LIMIT 1 |
0.455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
513 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8623) AND (b.`id_shop` = 1) LIMIT 1 |
0.455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
837 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8897) AND (b.`id_shop` = 1) LIMIT 1 |
0.455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1176 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8930 AND c.id_category!=8930
ORDER BY c.id_category ASC |
0.455
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
524 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8669 AND c.id_category!=8669
ORDER BY c.id_category ASC |
0.454
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
785 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8903) AND (b.`id_shop` = 1) LIMIT 1 |
0.454
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1002 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9036 AND c.id_category!=9036
ORDER BY c.id_category ASC |
0.454
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1042 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8836) AND (b.`id_shop` = 1) LIMIT 1 |
0.454
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
960 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9100) AND (b.`id_shop` = 1) LIMIT 1 |
0.453
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1052 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8922) AND (b.`id_shop` = 1) LIMIT 1 |
0.453
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
188 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 3)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 3)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 3)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 40765
ORDER BY f.position ASC |
0.452
ms
|
1 |
Yes
|
|
/classes/Product.php:6021
/classes/Product.php:5824 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
774 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8897 AND c.id_category!=8897
ORDER BY c.id_category ASC |
0.452
ms
|
6 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1016 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9096) AND (b.`id_shop` = 1) LIMIT 1 |
0.452
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
747 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8764) AND (b.`id_shop` = 1) LIMIT 1 |
0.451
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1144 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8562 AND c.id_category!=8562
ORDER BY c.id_category ASC |
0.451
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
822 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9056 AND c.id_category!=9056
ORDER BY c.id_category ASC |
0.450
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1137 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8556) AND (b.`id_shop` = 1) LIMIT 1 |
0.450
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
74 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8604) AND (b.`id_shop` = 1) LIMIT 1 |
0.450
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
393 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=36
ORDER BY b.sort_order asc |
0.450
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
484 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8605 AND c.id_category!=8605
ORDER BY c.id_category ASC |
0.450
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
961 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9101) AND (b.`id_shop` = 1) LIMIT 1 |
0.450
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1044 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8838) AND (b.`id_shop` = 1) LIMIT 1 |
0.450
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1140 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8559) AND (b.`id_shop` = 1) LIMIT 1 |
0.450
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
298 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 52969
ORDER BY `position` |
0.449
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
378 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=48
ORDER BY b.sort_order asc |
0.449
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
534 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8630) AND (b.`id_shop` = 1) LIMIT 1 |
0.449
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
558 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9097) AND (b.`id_shop` = 1) LIMIT 1 |
0.449
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
563 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8664 AND c.id_category!=8664
ORDER BY c.id_category ASC |
0.449
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
680 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8587) AND (b.`id_shop` = 1) LIMIT 1 |
0.449
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
824 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9089 AND c.id_category!=9089
ORDER BY c.id_category ASC |
0.449
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1260 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 18010000 AND name = '_elementor_css' LIMIT 1 |
0.449
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:214 (loadMeta)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/04/f9/4f/04f94f7151f1d9d8708092af0a2bef92b2ac89bd_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_177164495668b64c74743512_32226316)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/04/f9/4f/04f94f7151f1d9d8708092af0a2bef92b2ac89bd_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c747597c6_52431954)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/8a/de/87/8ade8708f741150e700b8fba4ebbab1fd554e246_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7473cbd8_40979332)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
353 |
UPDATE `ps_configuration` SET `value` = '2025-09-03 05:40:52',`date_upd` = '2025-09-02 05:40:52' 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.448
ms
|
1 |
|
|
/classes/Configuration.php:479
/modules/ets_megamenu/ets_megamenu.php:1769 (updateValue)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
551 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9019 AND c.id_category!=9019
ORDER BY c.id_category ASC |
0.448
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1097 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8802) AND (b.`id_shop` = 1) LIMIT 1 |
0.448
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
634 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9076 AND c.id_category!=9076
ORDER BY c.id_category ASC |
0.447
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
874 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8782 AND c.id_category!=8782
ORDER BY c.id_category ASC |
0.447
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
933 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8974) AND (b.`id_shop` = 1) LIMIT 1 |
0.447
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1155 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9004) AND (b.`id_shop` = 1) LIMIT 1 |
0.447
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 58566
AND image_shop.`cover` = 1 LIMIT 1 |
0.446
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
417 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9074) AND (b.`id_shop` = 1) LIMIT 1 |
0.446
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
505 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8622 AND c.id_category!=8622
ORDER BY c.id_category ASC |
0.446
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
546 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8637 AND c.id_category!=8637
ORDER BY c.id_category ASC |
0.446
ms
|
6 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1108 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8546 AND c.id_category!=8546
ORDER BY c.id_category ASC |
0.446
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
346 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 19) LIMIT 1 |
0.446
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:836 (__construct)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
635 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9077 AND c.id_category!=9077
ORDER BY c.id_category ASC |
0.446
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
782 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8899) AND (b.`id_shop` = 1) LIMIT 1 |
0.445
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_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
|
9 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
500 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8620 AND c.id_category!=8620
ORDER BY c.id_category ASC |
0.445
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1192 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8516 AND c.id_category!=8516
ORDER BY c.id_category ASC |
0.445
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
539 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8703 AND c.id_category!=8703
ORDER BY c.id_category ASC |
0.444
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
730 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8570 AND c.id_category!=8570
ORDER BY c.id_category ASC |
0.444
ms
|
6 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
788 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8918 AND c.id_category!=8918
ORDER BY c.id_category ASC |
0.444
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
418 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9082) AND (b.`id_shop` = 1) LIMIT 1 |
0.444
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
515 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8911) AND (b.`id_shop` = 1) LIMIT 1 |
0.444
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
768 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8759 AND c.id_category!=8759
ORDER BY c.id_category ASC |
0.444
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
511 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8621) AND (b.`id_shop` = 1) LIMIT 1 |
0.443
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
29 |
DELETE FROM `ps_configuration_lang`
WHERE `id_configuration` IN (
SELECT `id_configuration`
FROM `ps_configuration`
WHERE `name` = "PS_ROUTE_etsmpshopsseller"
) |
0.443
ms
|
1 |
|
|
/classes/Configuration.php:578
/modules/ets_marketplace/ets_marketplace.php:2162 (deleteByName)
/classes/Hook.php:1083 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
207 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 41199
AND image_shop.`cover` = 1 LIMIT 1 |
0.443
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
326 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.443
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/CartRule.php:108 (getCustomerCartRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:397 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f8/93/84/f8938486271c7652d4a9e4540d5bb176de3c5d26_2.file.javascript.tpl.php:62 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c78269855_38905200)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/47/65/5b/47655bdc285bb16424929b6709c872bd88ff8a17_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7825ae52_90497041)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/33/35/16/3335162d9b521c91c13587739bd1e4067b5a07c8_2.file.head.tpl.php:400 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/33/35/16/3335162d9b521c91c13587739bd1e4067b5a07c8_2.file.head.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781e9097_84261572)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:94 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
789 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8977 AND c.id_category!=8977
ORDER BY c.id_category ASC |
0.443
ms
|
4 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
840 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9020) AND (b.`id_shop` = 1) LIMIT 1 |
0.443
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
392 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=31
ORDER BY sort_order asc |
0.442
ms
|
3 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:142
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
603 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8713 AND c.id_category!=8713
ORDER BY c.id_category ASC |
0.442
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1161 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8563) AND (b.`id_shop` = 1) LIMIT 1 |
0.442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
678 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8583) AND (b.`id_shop` = 1) LIMIT 1 |
0.441
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
761 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8771) AND (b.`id_shop` = 1) LIMIT 1 |
0.441
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
965 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9104 AND c.id_category!=9104
ORDER BY c.id_category ASC |
0.441
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1029 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8837 AND c.id_category!=8837
ORDER BY c.id_category ASC |
0.441
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
331 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 10010000 AND name = '_elementor_data' LIMIT 1 |
0.440
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:587 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:647 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:848 (getElementsData)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
264 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 54605) |
0.440
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
917 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8777) AND (b.`id_shop` = 1) LIMIT 1 |
0.440
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
935 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9015) AND (b.`id_shop` = 1) LIMIT 1 |
0.439
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
210 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 41199) |
0.439
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 52969) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.438
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
374 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=30
ORDER BY b.sort_order asc |
0.438
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
693 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8596 AND c.id_category!=8596
ORDER BY c.id_category ASC |
0.438
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1162 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8984) AND (b.`id_shop` = 1) LIMIT 1 |
0.438
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
437 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8529) AND (b.`id_shop` = 1) LIMIT 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
828 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8572) AND (b.`id_shop` = 1) LIMIT 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1157 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9006) AND (b.`id_shop` = 1) LIMIT 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1179 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8829) AND (b.`id_shop` = 1) LIMIT 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
611 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8712) AND (b.`id_shop` = 1) LIMIT 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
820 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9058) AND (b.`id_shop` = 1) LIMIT 1 |
0.437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
101 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 95) AND (a0.`nright` > 134) AND (a1.`id_lang` = 3) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc |
0.436
ms
|
48 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:246 (rewind)
/classes/controller/FrontController.php:1881 (getBreadcrumbLinks)
/classes/controller/FrontController.php:570 (getBreadcrumb)
/classes/controller/FrontController.php:627 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
580 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8632) AND (b.`id_shop` = 1) LIMIT 1 |
0.435
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1000 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9034 AND c.id_category!=9034
ORDER BY c.id_category ASC |
0.435
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
621 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8643 AND c.id_category!=8643
ORDER BY c.id_category ASC |
0.435
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
936 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9016) AND (b.`id_shop` = 1) LIMIT 1 |
0.435
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1023 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8526 AND c.id_category!=8526
ORDER BY c.id_category ASC |
0.435
ms
|
5 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
565 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8666 AND c.id_category!=8666
ORDER BY c.id_category ASC |
0.433
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1099 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9009) AND (b.`id_shop` = 1) LIMIT 1 |
0.433
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
487 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8608 AND c.id_category!=8608
ORDER BY c.id_category ASC |
0.432
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
712 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8646 AND c.id_category!=8646
ORDER BY c.id_category ASC |
0.432
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1079 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8800 AND c.id_category!=8800
ORDER BY c.id_category ASC |
0.432
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1175 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8833 AND c.id_category!=8833
ORDER BY c.id_category ASC |
0.432
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
86 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8617) AND (b.`id_shop` = 1) LIMIT 1 |
0.432
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
530 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8624) AND (b.`id_shop` = 1) LIMIT 1 |
0.431
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
908 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8972) AND (b.`id_shop` = 1) LIMIT 1 |
0.431
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1075 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8796 AND c.id_category!=8796
ORDER BY c.id_category ASC |
0.431
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
509 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9049 AND c.id_category!=9049
ORDER BY c.id_category ASC |
0.431
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1177 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9055 AND c.id_category!=9055
ORDER BY c.id_category ASC |
0.431
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
163 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 43 |
0.430
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
713 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8647 AND c.id_category!=8647
ORDER BY c.id_category ASC |
0.430
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
540 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8704 AND c.id_category!=8704
ORDER BY c.id_category ASC |
0.430
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
988 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8917 AND c.id_category!=8917
ORDER BY c.id_category ASC |
0.430
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1078 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8799 AND c.id_category!=8799
ORDER BY c.id_category ASC |
0.430
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1218 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 17010000 AND name = '_elementor_css' LIMIT 1 |
0.429
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:214 (loadMeta)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
587 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8941) AND (b.`id_shop` = 1) LIMIT 1 |
0.429
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
745 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8768 AND c.id_category!=8768
ORDER BY c.id_category ASC |
0.429
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1010 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8577) AND (b.`id_shop` = 1) LIMIT 1 |
0.429
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1262 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 18010000 AND name = '_elementor_data' LIMIT 1 |
0.429
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:587 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:647 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:67 (getElementsData)
/modules/creativeelements/core/files/css/post.php:188 (getData)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/04/f9/4f/04f94f7151f1d9d8708092af0a2bef92b2ac89bd_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_177164495668b64c74743512_32226316)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/04/f9/4f/04f94f7151f1d9d8708092af0a2bef92b2ac89bd_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c747597c6_52431954)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/8a/de/87/8ade8708f741150e700b8fba4ebbab1fd554e246_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7473cbd8_40979332)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1265 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 62010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.429
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:1037 (CE\get_post_meta)
/modules/creativeelements/core/kits/documents/kit.php:25 (__construct)
/modules/creativeelements/core/documents-manager.php:207 (__construct)
/modules/creativeelements/core/kits/manager.php:52 (get)
/modules/creativeelements/core/kits/manager.php:129 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:107 (getKitForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:303 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:557 (CE\do_action)
/modules/creativeelements/includes/frontend.php:583 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:303 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:158 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:131 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
166 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 1
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 395)
AND ('74254 ' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '74254 ')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.428
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5726 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
486 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8607 AND c.id_category!=8607
ORDER BY c.id_category ASC |
0.428
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
526 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9090 AND c.id_category!=9090
ORDER BY c.id_category ASC |
0.428
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
716 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8650 AND c.id_category!=8650
ORDER BY c.id_category ASC |
0.428
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
729 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8564 AND c.id_category!=8564
ORDER BY c.id_category ASC |
0.428
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
843 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9083) AND (b.`id_shop` = 1) LIMIT 1 |
0.428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
948 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9109 AND c.id_category!=9109
ORDER BY c.id_category ASC |
0.428
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1091 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8796) AND (b.`id_shop` = 1) LIMIT 1 |
0.428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1150 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9004 AND c.id_category!=9004
ORDER BY c.id_category ASC |
0.428
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
784 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8902) AND (b.`id_shop` = 1) LIMIT 1 |
0.427
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
919 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8781) AND (b.`id_shop` = 1) LIMIT 1 |
0.427
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1135 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8554) AND (b.`id_shop` = 1) LIMIT 1 |
0.427
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1200 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9051) AND (b.`id_shop` = 1) LIMIT 1 |
0.427
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1238 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_css' LIMIT 1 |
0.427
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:214 (loadMeta)
/modules/creativeelements/core/files/base.php:129 (getMeta)
/modules/creativeelements/core/files/css/base.php:213 (getUrl)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:792 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:759 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:39 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:120 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
105 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "homeslider" LIMIT 1 |
0.426
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/ets_superspeed/ets_superspeed.php:64 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
623 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9037 AND c.id_category!=9037
ORDER BY c.id_category ASC |
0.426
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
937 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9017) AND (b.`id_shop` = 1) LIMIT 1 |
0.426
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1094 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8799) AND (b.`id_shop` = 1) LIMIT 1 |
0.426
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
362 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8505) AND (b.`id_shop` = 1) LIMIT 1 |
0.425
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:345 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:323 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1104 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8524) AND (b.`id_shop` = 1) LIMIT 1 |
0.425
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1201 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9052) AND (b.`id_shop` = 1) LIMIT 1 |
0.425
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
363 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=24
ORDER BY sort_order asc |
0.425
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:142
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
685 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8593) AND (b.`id_shop` = 1) LIMIT 1 |
0.425
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
912 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9016 AND c.id_category!=9016
ORDER BY c.id_category ASC |
0.425
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1084 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9010 AND c.id_category!=9010
ORDER BY c.id_category ASC |
0.425
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
473 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8659 AND c.id_category!=8659
ORDER BY c.position ASC,c.id_category ASC |
0.424
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
574 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8668) AND (b.`id_shop` = 1) LIMIT 1 |
0.424
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
629 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8645) AND (b.`id_shop` = 1) LIMIT 1 |
0.424
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
664 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8723) AND (b.`id_shop` = 1) LIMIT 1 |
0.424
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1019 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8521 AND c.id_category!=8521
ORDER BY c.id_category ASC |
0.424
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1181 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8832) AND (b.`id_shop` = 1) LIMIT 1 |
0.424
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
967 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9106 AND c.id_category!=9106
ORDER BY c.id_category ASC |
0.423
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
913 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9017 AND c.id_category!=9017
ORDER BY c.id_category ASC |
0.423
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
301 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 54141
ORDER BY `position` |
0.422
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
333 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 10010000 AND name = '_elementor_css' LIMIT 1 |
0.422
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:214 (loadMeta)
/modules/creativeelements/core/files/base.php:129 (getMeta)
/modules/creativeelements/core/files/css/base.php:213 (getUrl)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
398 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=37
ORDER BY b.sort_order asc |
0.422
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
514 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8904) AND (b.`id_shop` = 1) LIMIT 1 |
0.422
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
818 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9029) AND (b.`id_shop` = 1) LIMIT 1 |
0.422
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1189 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.422
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1272 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 0 AND name = '_u_elementor_preferences' LIMIT 1 |
0.422
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/classes/wrappers/UId.php:330 (CE\get_post_meta)
/modules/creativeelements/core/settings/editor-preferences/manager.php:60 (CE\get_user_meta)
/modules/creativeelements/core/settings/base/manager.php:312 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:109 (createModel)
/modules/creativeelements/core/settings/editor-preferences/manager.php:32 (getModel)
/modules/creativeelements/core/settings/manager.php:171 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:1028 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/core/base/app.php:40 (getSettings)
/modules/creativeelements/includes/frontend.php:504 (printConfig)
/modules/creativeelements/includes/frontend.php:584 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:303 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:158 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:131 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
586 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8658) AND (b.`id_shop` = 1) LIMIT 1 |
0.421
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
736 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8867 AND c.id_category!=8867
ORDER BY c.id_category ASC |
0.421
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1076 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8797 AND c.id_category!=8797
ORDER BY c.id_category ASC |
0.421
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1147 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9001 AND c.id_category!=9001
ORDER BY c.id_category ASC |
0.421
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
823 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9083 AND c.id_category!=9083
ORDER BY c.id_category ASC |
0.420
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
923 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8788) AND (b.`id_shop` = 1) LIMIT 1 |
0.420
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 3
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 1) LIMIT 1 |
0.420
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
677 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8582) AND (b.`id_shop` = 1) LIMIT 1 |
0.419
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1130 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8547) AND (b.`id_shop` = 1) LIMIT 1 |
0.419
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1223 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "creativeelements" LIMIT 1 |
0.419
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:225 (isEnabled)
/modules/pkthemesettings/src/Config/Config.php:23 (getSmartyConfig)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:232 (get)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1001 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9035 AND c.id_category!=9035
ORDER BY c.id_category ASC |
0.418
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
469 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8688 AND c.id_category!=8688
ORDER BY c.position ASC,c.id_category ASC |
0.418
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1127 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8559 AND c.id_category!=8559
ORDER BY c.id_category ASC |
0.418
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
691 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8590 AND c.id_category!=8590
ORDER BY c.id_category ASC |
0.417
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
371 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=40
ORDER BY b.sort_order asc |
0.417
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
557 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9019) AND (b.`id_shop` = 1) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
734 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8865 AND c.id_category!=8865
ORDER BY c.id_category ASC |
0.417
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
835 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8763) AND (b.`id_shop` = 1) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
954 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9111) AND (b.`id_shop` = 1) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1268 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 62010000 AND name = '_elementor_data' LIMIT 1 |
0.417
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:587 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:647 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:67 (getElementsData)
/modules/creativeelements/core/files/css/post.php:188 (getData)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:115 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:557 (CE\do_action)
/modules/creativeelements/includes/frontend.php:583 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:303 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:158 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:131 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
483 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8604 AND c.id_category!=8604
ORDER BY c.id_category ASC |
0.416
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
556 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8914) AND (b.`id_shop` = 1) LIMIT 1 |
0.416
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
660 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8726 AND c.id_category!=8726
ORDER BY c.id_category ASC |
0.416
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1021 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8523 AND c.id_category!=8523
ORDER BY c.id_category ASC |
0.416
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
506 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8623 AND c.id_category!=8623
ORDER BY c.id_category ASC |
0.415
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
538 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8701 AND c.id_category!=8701
ORDER BY c.id_category ASC |
0.415
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
651 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8583 AND c.id_category!=8583
ORDER BY c.id_category ASC |
0.415
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
749 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8766) AND (b.`id_shop` = 1) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
839 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8977) AND (b.`id_shop` = 1) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
969 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9102) AND (b.`id_shop` = 1) LIMIT 1 |
0.415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
507 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8904 AND c.id_category!=8904
ORDER BY c.id_category ASC |
0.414
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
582 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8637) AND (b.`id_shop` = 1) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
642 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9077) AND (b.`id_shop` = 1) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
900 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8969 AND c.id_category!=8969
ORDER BY c.id_category ASC |
0.414
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1178 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8828) AND (b.`id_shop` = 1) LIMIT 1 |
0.414
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
228 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 54143) |
0.413
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
366 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=25
ORDER BY sort_order asc |
0.413
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:142
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
616 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8718) AND (b.`id_shop` = 1) LIMIT 1 |
0.413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
956 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9047 AND c.id_category!=9047
ORDER BY c.id_category ASC |
0.413
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
277 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 3)
WHERE i.`id_product` = 40765
ORDER BY `position` |
0.412
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
743 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8766 AND c.id_category!=8766
ORDER BY c.id_category ASC |
0.412
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
926 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8791) AND (b.`id_shop` = 1) LIMIT 1 |
0.412
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1267 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 62010000 AND name = '_elementor_css' LIMIT 1 |
0.412
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:214 (loadMeta)
/modules/creativeelements/core/files/base.php:129 (getMeta)
/modules/creativeelements/core/files/css/base.php:213 (getUrl)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:115 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:557 (CE\do_action)
/modules/creativeelements/includes/frontend.php:583 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:303 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:158 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:131 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
654 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8588 AND c.id_category!=8588
ORDER BY c.id_category ASC |
0.411
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
733 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8864 AND c.id_category!=8864
ORDER BY c.id_category ASC |
0.411
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
781 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8898) AND (b.`id_shop` = 1) LIMIT 1 |
0.411
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
949 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9110 AND c.id_category!=9110
ORDER BY c.id_category ASC |
0.411
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1119 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8808) AND (b.`id_shop` = 1) LIMIT 1 |
0.411
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
793 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8981 AND c.id_category!=8981
ORDER BY c.id_category ASC |
0.411
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1211 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.411
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
512 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8622) AND (b.`id_shop` = 1) LIMIT 1 |
0.410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
650 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8582 AND c.id_category!=8582
ORDER BY c.id_category ASC |
0.410
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
667 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8726) AND (b.`id_shop` = 1) LIMIT 1 |
0.410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
721 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8598) AND (b.`id_shop` = 1) LIMIT 1 |
0.410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
710 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8876) AND (b.`id_shop` = 1) LIMIT 1 |
0.409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
825 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9091 AND c.id_category!=9091
ORDER BY c.id_category ASC |
0.409
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
329 |
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 10) LIMIT 1 |
0.408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/creativeelements.php:836 (__construct)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
389 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=35
ORDER BY b.sort_order asc |
0.408
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
756 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8772 AND c.id_category!=8772
ORDER BY c.id_category ASC |
0.408
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
342 |
SELECT SQL_NO_CACHE psgdprl.message FROM `ps_psgdpr_consent` psgdpr
LEFT JOIN ps_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 19 AND psgdprl.id_lang =3 LIMIT 1 |
0.407
ms
|
5 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:111
:undefined (getConsentMessage)
/modules/creativeelements/modules/premium/widgets/email-subscription.php:996 (call_user_func)
/modules/creativeelements/modules/premium/widgets/email-subscription.php:983 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:303 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1076 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:897 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:343 (getChildType)
/modules/creativeelements/includes/base/element-base.php:942 (addChild)
/modules/creativeelements/includes/base/element-base.php:302 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (getChildren)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:119 (renderStyles)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:198 (renderStyles)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
575 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8699) AND (b.`id_shop` = 1) LIMIT 1 |
0.407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
966 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9105 AND c.id_category!=9105
ORDER BY c.id_category ASC |
0.407
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
49 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 120 AND `id_shop` = 1 LIMIT 1 |
0.406
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/thshipping/classes/QuantityDiscountIntegration.php:16 (isEnabled)
/modules/thshipping/thshipping.php:717 (isQuantityDiscountProActive)
/classes/Hook.php:1083 (hookActionFrontControllerInitBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:267 (exec)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
104 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 12 AND `id_shop` = 1 LIMIT 1 |
0.406
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ets_superspeed/ets_superspeed.php:64 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
174 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 40745) |
0.406
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
431 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8811) AND (b.`id_shop` = 1) LIMIT 1 |
0.406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
792 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8980 AND c.id_category!=8980
ORDER BY c.id_category ASC |
0.406
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
855 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9040 AND c.id_category!=9040
ORDER BY c.id_category ASC |
0.406
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
803 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9025 AND c.id_category!=9025
ORDER BY c.id_category ASC |
0.406
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1056 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8807 AND c.id_category!=8807
ORDER BY c.id_category ASC |
0.406
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
564 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8665 AND c.id_category!=8665
ORDER BY c.id_category ASC |
0.405
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1093 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8798) AND (b.`id_shop` = 1) LIMIT 1 |
0.405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1126 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8558 AND c.id_category!=8558
ORDER BY c.id_category ASC |
0.405
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
744 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8767 AND c.id_category!=8767
ORDER BY c.id_category ASC |
0.405
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
930 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8942) AND (b.`id_shop` = 1) LIMIT 1 |
0.405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1003 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9033) AND (b.`id_shop` = 1) LIMIT 1 |
0.405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
377 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=35
ORDER BY sort_order asc |
0.404
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:142
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
830 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8758) AND (b.`id_shop` = 1) LIMIT 1 |
0.404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54143
AND image_shop.`cover` = 1 LIMIT 1 |
0.404
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
543 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8704) AND (b.`id_shop` = 1) LIMIT 1 |
0.404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
554 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8883) AND (b.`id_shop` = 1) LIMIT 1 |
0.404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
495 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8615 AND c.id_category!=8615
ORDER BY c.id_category ASC |
0.403
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
113 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.403
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:346
/modules/ps_mbo/ps_mbo.php:118 (checkModuleStatus)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Hook.php:635 (exec)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
319 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 8499040301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.403
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/includes/db.php:307 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:839 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:577 (CE\apply_filters)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1437 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:748 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
352 |
SELECT SQL_NO_CACHE 1 FROM ps_module_group WHERE id_module = 125 AND id_shop = 1 AND id_group IN (1) LIMIT 1 |
0.403
ms
|
1 |
|
|
/modules/creativeelements/modules/premium/widgets/module.php:174
/modules/creativeelements/modules/premium/widgets/module.php:184 (isInCustomerGroups)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
475 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8599) AND (b.`id_shop` = 1) LIMIT 1 |
0.403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
480 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8601 AND c.id_category!=8601
ORDER BY c.id_category ASC |
0.403
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
719 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8596) AND (b.`id_shop` = 1) LIMIT 1 |
0.403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
739 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8865) AND (b.`id_shop` = 1) LIMIT 1 |
0.403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
829 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8574) AND (b.`id_shop` = 1) LIMIT 1 |
0.403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
607 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8718 AND c.id_category!=8718
ORDER BY c.id_category ASC |
0.402
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1095 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8800) AND (b.`id_shop` = 1) LIMIT 1 |
0.402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1208 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9050) AND (b.`id_shop` = 1) LIMIT 1 |
0.402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
508 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8911 AND c.id_category!=8911
ORDER BY c.id_category ASC |
0.401
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
600 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8906) AND (b.`id_shop` = 1) LIMIT 1 |
0.401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
717 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8590) AND (b.`id_shop` = 1) LIMIT 1 |
0.401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
737 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8868 AND c.id_category!=8868
ORDER BY c.id_category ASC |
0.401
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1073 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8794 AND c.id_category!=8794
ORDER BY c.id_category ASC |
0.401
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1207 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8518) AND (b.`id_shop` = 1) LIMIT 1 |
0.401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
472 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8688) AND (b.`id_shop` = 1) LIMIT 1 |
0.400
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
499 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8619 AND c.id_category!=8619
ORDER BY c.id_category ASC |
0.400
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
696 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8736 AND c.id_category!=8736
ORDER BY c.id_category ASC |
0.400
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
735 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8866 AND c.id_category!=8866
ORDER BY c.id_category ASC |
0.400
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
766 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8574 AND c.id_category!=8574
ORDER BY c.id_category ASC |
0.400
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
605 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8716 AND c.id_category!=8716
ORDER BY c.id_category ASC |
0.400
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
404 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_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.399
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Menu.php:545 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Menu.php:518 (getMenuLink)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
922 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8787) AND (b.`id_shop` = 1) LIMIT 1 |
0.399
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
875 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8784 AND c.id_category!=8784
ORDER BY c.id_category ASC |
0.399
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
752 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8769) AND (b.`id_shop` = 1) LIMIT 1 |
0.398
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1074 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8795 AND c.id_category!=8795
ORDER BY c.id_category ASC |
0.398
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
610 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8721 AND c.id_category!=8721
ORDER BY c.id_category ASC |
0.398
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
715 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8649 AND c.id_category!=8649
ORDER BY c.id_category ASC |
0.398
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
957 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9100 AND c.id_category!=9100
ORDER BY c.id_category ASC |
0.398
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1217 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 17010000 AND name = '_elementor_data' LIMIT 1 |
0.398
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:587 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:647 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:848 (getElementsData)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
726 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8650) AND (b.`id_shop` = 1) LIMIT 1 |
0.397
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
394 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=46
ORDER BY b.sort_order asc |
0.397
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
519 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8624 AND c.id_category!=8624
ORDER BY c.id_category ASC |
0.397
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
675 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9092 AND c.id_category!=9092
ORDER BY c.id_category ASC |
0.397
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1242 |
SELECT SQL_NO_CACHE is_course_category
FROM `ps_thcoursecategory`
WHERE (id_category = 8499) LIMIT 1 |
0.397
ms
|
1 |
|
|
/modules/thproductcategory/thproductcategory.php:162
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:34 (getCourseCategoryValue)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
234 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 52525
AND image_shop.`cover` = 1 LIMIT 1 |
0.396
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
547 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8882 AND c.id_category!=8882
ORDER BY c.id_category ASC |
0.396
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
762 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8772) AND (b.`id_shop` = 1) LIMIT 1 |
0.396
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1069 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.396
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1182 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8833) AND (b.`id_shop` = 1) LIMIT 1 |
0.396
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
327 |
SELECT SQL_NO_CACHE qdrf.*
FROM `ps_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.395
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:365 (getQuantityDiscountRuleFamilies)
/override/classes/CartRule.php:114 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:153 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:397 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f8/93/84/f8938486271c7652d4a9e4540d5bb176de3c5d26_2.file.javascript.tpl.php:62 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c78269855_38905200)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/47/65/5b/47655bdc285bb16424929b6709c872bd88ff8a17_2.file.javascript.tpl.php:27 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7825ae52_90497041)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/33/35/16/3335162d9b521c91c13587739bd1e4067b5a07c8_2.file.head.tpl.php:400 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/33/35/16/3335162d9b521c91c13587739bd1e4067b5a07c8_2.file.head.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781e9097_84261572)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:94 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
568 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8699 AND c.id_category!=8699
ORDER BY c.id_category ASC |
0.395
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1239 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_data' LIMIT 1 |
0.395
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:587 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:647 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:67 (getElementsData)
/modules/creativeelements/core/files/css/post.php:188 (getData)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:792 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:759 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:39 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:120 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
70 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8601) AND (b.`id_shop` = 1) LIMIT 1 |
0.394
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
111 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 20
AND `id_module` = 88
AND `id_shop` = 1 |
0.394
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
769 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8760 AND c.id_category!=8760
ORDER BY c.id_category ASC |
0.394
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
53 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 3
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.393
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
764 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8774) AND (b.`id_shop` = 1) LIMIT 1 |
0.393
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
385 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=32
ORDER BY b.sort_order asc |
0.393
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
779 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8903 AND c.id_category!=8903
ORDER BY c.id_category ASC |
0.393
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1054 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8924) AND (b.`id_shop` = 1) LIMIT 1 |
0.393
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
67 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.392
ms
|
10 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:221 (getImagesTypes)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:205 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
451 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8816) AND (b.`id_shop` = 1) LIMIT 1 |
0.392
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
927 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8925) AND (b.`id_shop` = 1) LIMIT 1 |
0.392
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1202 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9053) AND (b.`id_shop` = 1) LIMIT 1 |
0.392
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 52669) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.391
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 52525) |
0.391
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
545 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8634 AND c.id_category!=8634
ORDER BY c.id_category ASC |
0.391
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
570 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8664) AND (b.`id_shop` = 1) LIMIT 1 |
0.391
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
684 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8592) AND (b.`id_shop` = 1) LIMIT 1 |
0.391
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
951 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9108) AND (b.`id_shop` = 1) LIMIT 1 |
0.391
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1113 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8552 AND c.id_category!=8552
ORDER BY c.id_category ASC |
0.391
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1220 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 17010000 AND name = '_elementor_data' LIMIT 1 |
0.391
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:587 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:647 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:67 (getElementsData)
/modules/creativeelements/core/files/css/post.php:188 (getData)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
707 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8739) AND (b.`id_shop` = 1) LIMIT 1 |
0.390
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
985 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8892 AND c.id_category!=8892
ORDER BY c.id_category ASC |
0.390
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
741 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8867) AND (b.`id_shop` = 1) LIMIT 1 |
0.389
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
770 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8761 AND c.id_category!=8761
ORDER BY c.id_category ASC |
0.389
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1057 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8803) AND (b.`id_shop` = 1) LIMIT 1 |
0.389
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1235 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_page_settings' LIMIT 1 |
0.388
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:1037 (CE\get_post_meta)
/modules/creativeelements/modules/premium/documents/content.php:106 (__construct)
/modules/creativeelements/core/documents-manager.php:207 (__construct)
/modules/creativeelements/core/documents-manager.php:252 (get)
/modules/creativeelements/includes/frontend.php:843 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:792 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:759 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:39 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:120 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
290 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 41205 |
0.388
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
320 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 8499040301 AND name = '_elementor_page_settings' LIMIT 1 |
0.387
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:1037 (CE\get_post_meta)
/modules/creativeelements/core/base/page-base.php:206 (__construct)
/modules/creativeelements/core/documents-manager.php:207 (__construct)
/modules/creativeelements/core/documents-manager.php:252 (get)
/modules/creativeelements/modules/page-templates/module.php:70 (getDocForFrontend)
/modules/creativeelements/classes/wrappers/Helper.php:352 (templateInclude)
/modules/creativeelements/creativeelements.php:663 (CE\apply_filters)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1437 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:748 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
414 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9067) AND (b.`id_shop` = 1) LIMIT 1 |
0.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
656 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8722 AND c.id_category!=8722
ORDER BY c.id_category ASC |
0.387
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
797 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8981) AND (b.`id_shop` = 1) LIMIT 1 |
0.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1174 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8832 AND c.id_category!=8832
ORDER BY c.id_category ASC |
0.387
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
718 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8594) AND (b.`id_shop` = 1) LIMIT 1 |
0.386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1133 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8551) AND (b.`id_shop` = 1) LIMIT 1 |
0.386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
77 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8608) AND (b.`id_shop` = 1) LIMIT 1 |
0.385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
633 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9075 AND c.id_category!=9075
ORDER BY c.id_category ASC |
0.385
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
827 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8570) AND (b.`id_shop` = 1) LIMIT 1 |
0.385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1005 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9035) AND (b.`id_shop` = 1) LIMIT 1 |
0.385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1025 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8804 AND c.id_category!=8804
ORDER BY c.id_category ASC |
0.385
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
831 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8759) AND (b.`id_shop` = 1) LIMIT 1 |
0.385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
351 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 19010000 AND name = '_elementor_data' LIMIT 1 |
0.384
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:587 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:647 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:67 (getElementsData)
/modules/creativeelements/core/files/css/post.php:188 (getData)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
724 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8648) AND (b.`id_shop` = 1) LIMIT 1 |
0.384
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
657 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8723 AND c.id_category!=8723
ORDER BY c.id_category ASC |
0.384
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1219 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 17010000 AND name = '_elementor_css' LIMIT 1 |
0.384
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:214 (loadMeta)
/modules/creativeelements/core/files/base.php:129 (getMeta)
/modules/creativeelements/core/files/css/base.php:213 (getUrl)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 1) LIMIT 1 |
0.383
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1778 (generateAddress)
/classes/controller/FrontController.php:565 (getTemplateVarShop)
/classes/controller/FrontController.php:627 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
646 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9081) AND (b.`id_shop` = 1) LIMIT 1 |
0.383
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
746 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8769 AND c.id_category!=8769
ORDER BY c.id_category ASC |
0.383
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
699 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8739 AND c.id_category!=8739
ORDER BY c.id_category ASC |
0.382
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1092 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8797) AND (b.`id_shop` = 1) LIMIT 1 |
0.382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
474 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8512) AND (b.`id_shop` = 1) LIMIT 1 |
0.382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
573 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8667) AND (b.`id_shop` = 1) LIMIT 1 |
0.382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
663 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8722) AND (b.`id_shop` = 1) LIMIT 1 |
0.382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
809 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9058 AND c.id_category!=9058
ORDER BY c.id_category ASC |
0.382
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
856 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9063 AND c.id_category!=9063
ORDER BY c.id_category ASC |
0.382
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
980 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9046) AND (b.`id_shop` = 1) LIMIT 1 |
0.382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1128 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8545) AND (b.`id_shop` = 1) LIMIT 1 |
0.382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1141 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.382
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
82 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8620) AND (b.`id_shop` = 1) LIMIT 1 |
0.381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
928 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8929) AND (b.`id_shop` = 1) LIMIT 1 |
0.381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1160 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8562) AND (b.`id_shop` = 1) LIMIT 1 |
0.381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1205 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8516) AND (b.`id_shop` = 1) LIMIT 1 |
0.381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
246 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 52969) |
0.380
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
618 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8720) AND (b.`id_shop` = 1) LIMIT 1 |
0.380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
628 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8643) AND (b.`id_shop` = 1) LIMIT 1 |
0.380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
643 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9078) AND (b.`id_shop` = 1) LIMIT 1 |
0.380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 58566) |
0.379
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
620 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8641 AND c.id_category!=8641
ORDER BY c.id_category ASC |
0.379
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1047 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8841) AND (b.`id_shop` = 1) LIMIT 1 |
0.379
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
652 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8586 AND c.id_category!=8586
ORDER BY c.id_category ASC |
0.379
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
386 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=44
ORDER BY b.sort_order asc |
0.378
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
679 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8586) AND (b.`id_shop` = 1) LIMIT 1 |
0.378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
920 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8782) AND (b.`id_shop` = 1) LIMIT 1 |
0.378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
800 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9022 AND c.id_category!=9022
ORDER BY c.id_category ASC |
0.377
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
950 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9111 AND c.id_category!=9111
ORDER BY c.id_category ASC |
0.377
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
337 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "contactform" LIMIT 1 |
0.377
ms
|
1 |
|
|
/classes/module/Module.php:2664
/modules/creativeelements/modules/premium/widgets/contact-form.php:1332 (getModuleIdByName)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1322 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:303 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1076 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:897 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:343 (getChildType)
/modules/creativeelements/includes/base/element-base.php:942 (addChild)
/modules/creativeelements/includes/base/element-base.php:302 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (getChildren)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:119 (renderStyles)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:198 (renderStyles)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
395 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=47
ORDER BY b.sort_order asc |
0.377
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
794 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8978) AND (b.`id_shop` = 1) LIMIT 1 |
0.377
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1105 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.377
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
78 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8609) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
748 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8765) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
929 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8940) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
984 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8891 AND c.id_category!=8891
ORDER BY c.id_category ASC |
0.376
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
124 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.375
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:973 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1114 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1473 (getConfig)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
604 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8714 AND c.id_category!=8714
ORDER BY c.id_category ASC |
0.375
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
844 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9089) AND (b.`id_shop` = 1) LIMIT 1 |
0.375
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
460 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8535) AND (b.`id_shop` = 1) LIMIT 1 |
0.374
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
482 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8603 AND c.id_category!=8603
ORDER BY c.id_category ASC |
0.374
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
692 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8594 AND c.id_category!=8594
ORDER BY c.id_category ASC |
0.374
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
382 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=43
ORDER BY b.sort_order asc |
0.374
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
924 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8789) AND (b.`id_shop` = 1) LIMIT 1 |
0.374
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1132 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8550) AND (b.`id_shop` = 1) LIMIT 1 |
0.374
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
42 |
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.373
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Configuration.php:712 (getCurrent)
/classes/Configuration.php:700 (showPrices)
/classes/ProductPresenterFactory.php:65 (isCatalogMode)
/modules/thshipping/thshipping.php:64 (getPresentationSettings)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:267 (exec)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
806 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9028 AND c.id_category!=9028
ORDER BY c.id_category ASC |
0.373
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
406 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9066 AND c.id_category!=9066
ORDER BY c.id_category ASC |
0.372
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
630 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9037) AND (b.`id_shop` = 1) LIMIT 1 |
0.372
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
383 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8502) AND (b.`id_shop` = 1) LIMIT 1 |
0.372
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:345 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:323 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
625 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8639) AND (b.`id_shop` = 1) LIMIT 1 |
0.372
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
931 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8961) AND (b.`id_shop` = 1) LIMIT 1 |
0.372
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 1 LIMIT 1 |
0.371
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1778 (generateAddress)
/classes/controller/FrontController.php:565 (getTemplateVarShop)
/classes/controller/FrontController.php:627 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
381 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=31
ORDER BY b.sort_order asc |
0.371
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
599 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8711) AND (b.`id_shop` = 1) LIMIT 1 |
0.371
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1173 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8831 AND c.id_category!=8831
ORDER BY c.id_category ASC |
0.371
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
440 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8531) AND (b.`id_shop` = 1) LIMIT 1 |
0.370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
493 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8613 AND c.id_category!=8613
ORDER BY c.id_category ASC |
0.370
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
347 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 19010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.369
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:1037 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:207 (__construct)
/modules/creativeelements/core/documents-manager.php:252 (get)
/modules/creativeelements/includes/frontend.php:843 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
542 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8703) AND (b.`id_shop` = 1) LIMIT 1 |
0.369
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
216 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 41205
AND image_shop.`cover` = 1 LIMIT 1 |
0.369
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1014 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9032) AND (b.`id_shop` = 1) LIMIT 1 |
0.369
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
79 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8610) AND (b.`id_shop` = 1) LIMIT 1 |
0.368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
626 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8640) AND (b.`id_shop` = 1) LIMIT 1 |
0.368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1156 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9005) AND (b.`id_shop` = 1) LIMIT 1 |
0.368
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
759 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9013 AND c.id_category!=9013
ORDER BY c.id_category ASC |
0.367
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1261 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 18010000 AND name = '_elementor_css' LIMIT 1 |
0.367
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:214 (loadMeta)
/modules/creativeelements/core/files/base.php:129 (getMeta)
/modules/creativeelements/core/files/css/base.php:213 (getUrl)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/04/f9/4f/04f94f7151f1d9d8708092af0a2bef92b2ac89bd_2.file.footer.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_footerMain_177164495668b64c74743512_32226316)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/04/f9/4f/04f94f7151f1d9d8708092af0a2bef92b2ac89bd_2.file.footer.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c747597c6_52431954)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/8a/de/87/8ade8708f741150e700b8fba4ebbab1fd554e246_2.file.footer.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7473cbd8_40979332)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:575 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FooterBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:166 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:66 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
397 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=32
ORDER BY sort_order asc |
0.366
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:142
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
772 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8763 AND c.id_category!=8763
ORDER BY c.id_category ASC |
0.366
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1269 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 8499040301 AND name = '_elementor_edit_mode' LIMIT 1 |
0.366
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/includes/db.php:307 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:215 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:563 (enqueue)
/modules/creativeelements/includes/frontend.php:583 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:303 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:158 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:131 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
420 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.365
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
439 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8530) AND (b.`id_shop` = 1) LIMIT 1 |
0.365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
465 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8544) AND (b.`id_shop` = 1) LIMIT 1 |
0.365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
476 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8600) AND (b.`id_shop` = 1) LIMIT 1 |
0.365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
521 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8628 AND c.id_category!=8628
ORDER BY c.id_category ASC |
0.365
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
997 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9093) AND (b.`id_shop` = 1) LIMIT 1 |
0.365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
83 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8614) AND (b.`id_shop` = 1) LIMIT 1 |
0.364
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 40745) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.363
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
494 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8614 AND c.id_category!=8614
ORDER BY c.id_category ASC |
0.363
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
658 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8724 AND c.id_category!=8724
ORDER BY c.id_category ASC |
0.363
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
932 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8967) AND (b.`id_shop` = 1) LIMIT 1 |
0.363
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
983 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8890 AND c.id_category!=8890
ORDER BY c.id_category ASC |
0.363
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
51 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1 |
0.362
ms
|
3 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
706 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8738) AND (b.`id_shop` = 1) LIMIT 1 |
0.362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1122 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8983) AND (b.`id_shop` = 1) LIMIT 1 |
0.362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
23 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.361
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/modules/ph_simpleblog/ph_simpleblog.php:130 (isFeatureActive)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
243 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 52969
AND image_shop.`cover` = 1 LIMIT 1 |
0.361
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
567 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8668 AND c.id_category!=8668
ORDER BY c.id_category ASC |
0.361
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
778 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8902 AND c.id_category!=8902
ORDER BY c.id_category ASC |
0.361
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
795 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8979) AND (b.`id_shop` = 1) LIMIT 1 |
0.361
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
804 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9026 AND c.id_category!=9026
ORDER BY c.id_category ASC |
0.361
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1164 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9002) AND (b.`id_shop` = 1) LIMIT 1 |
0.361
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
336 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 4 AND `id_shop` = 1 LIMIT 1 |
0.360
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/creativeelements/modules/premium/widgets/contact-form.php:1331 (isEnabled)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1322 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:303 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1076 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:897 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:343 (getChildType)
/modules/creativeelements/includes/base/element-base.php:942 (addChild)
/modules/creativeelements/includes/base/element-base.php:302 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (getChildren)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:119 (renderStyles)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:198 (renderStyles)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
968 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9107 AND c.id_category!=9107
ORDER BY c.id_category ASC |
0.360
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
982 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8889 AND c.id_category!=8889
ORDER BY c.id_category ASC |
0.360
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1022 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8525 AND c.id_category!=8525
ORDER BY c.id_category ASC |
0.360
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1077 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8798 AND c.id_category!=8798
ORDER BY c.id_category ASC |
0.360
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
376 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8501) AND (b.`id_shop` = 1) LIMIT 1 |
0.360
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:345 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:323 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
999 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9033 AND c.id_category!=9033
ORDER BY c.id_category ASC |
0.360
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
81 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8613) AND (b.`id_shop` = 1) LIMIT 1 |
0.359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
686 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8991) AND (b.`id_shop` = 1) LIMIT 1 |
0.359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
722 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8646) AND (b.`id_shop` = 1) LIMIT 1 |
0.359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
777 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8901 AND c.id_category!=8901
ORDER BY c.id_category ASC |
0.359
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
812 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9023) AND (b.`id_shop` = 1) LIMIT 1 |
0.359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
622 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8645 AND c.id_category!=8645
ORDER BY c.id_category ASC |
0.359
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
438 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8528) AND (b.`id_shop` = 1) LIMIT 1 |
0.358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1158 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9073) AND (b.`id_shop` = 1) LIMIT 1 |
0.358
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
334 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 10010000 AND name = '_elementor_data' LIMIT 1 |
0.357
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:587 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:647 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:67 (getElementsData)
/modules/creativeelements/core/files/css/post.php:188 (getData)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
676 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8581) AND (b.`id_shop` = 1) LIMIT 1 |
0.357
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
388 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=30
ORDER BY sort_order asc |
0.357
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:142
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
594 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8710 AND c.id_category!=8710
ORDER BY c.id_category ASC |
0.357
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
596 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8906 AND c.id_category!=8906
ORDER BY c.id_category ASC |
0.357
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
810 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9021) AND (b.`id_shop` = 1) LIMIT 1 |
0.357
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
496 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8616 AND c.id_category!=8616
ORDER BY c.id_category ASC |
0.356
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
35 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.356
ms
|
1 |
|
|
/classes/module/Module.php:2046
/classes/Hook.php:935 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
80 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8611) AND (b.`id_shop` = 1) LIMIT 1 |
0.356
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
555 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8884) AND (b.`id_shop` = 1) LIMIT 1 |
0.355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
624 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8638) AND (b.`id_shop` = 1) LIMIT 1 |
0.355
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
464 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8543) AND (b.`id_shop` = 1) LIMIT 1 |
0.354
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
647 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.354
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1149 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9003 AND c.id_category!=9003
ORDER BY c.id_category ASC |
0.354
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
846 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.354
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1183 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8930) AND (b.`id_shop` = 1) LIMIT 1 |
0.354
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
576 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8700) AND (b.`id_shop` = 1) LIMIT 1 |
0.353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
614 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8716) AND (b.`id_shop` = 1) LIMIT 1 |
0.353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
776 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8899 AND c.id_category!=8899
ORDER BY c.id_category ASC |
0.353
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
987 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8894 AND c.id_category!=8894
ORDER BY c.id_category ASC |
0.353
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
520 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8626 AND c.id_category!=8626
ORDER BY c.id_category ASC |
0.353
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
402 |
SELECT SQL_NO_CACHE b.*,bl.title,bl.title_link,bl.content,bl.image_link,bl.image
FROM `ps_ets_mm_block` b
LEFT JOIN `ps_ets_mm_block_lang` bl
ON b.id_block=bl.id_block AND bl.id_lang=3
WHERE 1 AND b.id_column=49
ORDER BY b.sort_order asc |
0.352
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Block.php:622
/modules/ets_megamenu/classes/MM_Column.php:147 (getBlocks)
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
701 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8741 AND c.id_category!=8741
ORDER BY c.id_category ASC |
0.351
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
180 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 40765
AND image_shop.`cover` = 1 LIMIT 1 |
0.351
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
767 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8758 AND c.id_category!=8758
ORDER BY c.id_category ASC |
0.351
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
790 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8978 AND c.id_category!=8978
ORDER BY c.id_category ASC |
0.351
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_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.350
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
164 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 52669 AND `id_group` = 1 LIMIT 1 |
0.350
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
466 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.350
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
959 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9047) AND (b.`id_shop` = 1) LIMIT 1 |
0.350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
615 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8717) AND (b.`id_shop` = 1) LIMIT 1 |
0.349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
796 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8980) AND (b.`id_shop` = 1) LIMIT 1 |
0.349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
970 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9103) AND (b.`id_shop` = 1) LIMIT 1 |
0.349
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1266 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 62010000 AND name = '_elementor_css' LIMIT 1 |
0.349
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:214 (loadMeta)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/kits/manager.php:115 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (frontendBeforeEnqueueStyles)
/modules/creativeelements/includes/frontend.php:557 (CE\do_action)
/modules/creativeelements/includes/frontend.php:583 (enqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:303 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:158 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:131 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
71 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8606) AND (b.`id_shop` = 1) LIMIT 1 |
0.348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
99 |
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 395) LIMIT 1 |
0.348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:1783 (__construct)
/classes/controller/FrontController.php:565 (getTemplateVarShop)
/classes/controller/FrontController.php:627 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
456 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8540 AND c.id_category!=8540
ORDER BY cl.name ASC,c.id_category ASC |
0.348
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
470 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8599 AND c.id_category!=8599
ORDER BY c.position ASC,c.id_category ASC |
0.348
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
702 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8876 AND c.id_category!=8876
ORDER BY c.id_category ASC |
0.348
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
723 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8647) AND (b.`id_shop` = 1) LIMIT 1 |
0.348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
813 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9024) AND (b.`id_shop` = 1) LIMIT 1 |
0.348
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1209 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.348
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8499 AND `id_shop` = 1 |
0.348
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:173 (initSearch)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
407 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9067 AND c.id_category!=9067
ORDER BY c.id_category ASC |
0.348
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
478 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.347
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
103 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_imageslider" LIMIT 1 |
0.347
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/ets_superspeed/ets_superspeed.php:64 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
183 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 40765) |
0.346
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
369 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=26
ORDER BY sort_order asc |
0.346
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:142
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
481 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8602 AND c.id_category!=8602
ORDER BY c.id_category ASC |
0.346
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1270 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 8499040301 AND name = '_elementor_page_settings' LIMIT 1 |
0.346
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/settings/page/manager.php:237 (CE\get_post_meta)
/modules/creativeelements/core/settings/base/manager.php:312 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:109 (createModel)
/modules/creativeelements/core/settings/page/manager.php:78 (getModel)
/modules/creativeelements/core/settings/manager.php:171 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:1028 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/core/base/app.php:40 (getSettings)
/modules/creativeelements/includes/frontend.php:504 (printConfig)
/modules/creativeelements/includes/frontend.php:584 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:303 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:158 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:131 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
125 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.345
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/ets_megamenu/classes/MM_Config.php:973 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1114 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1473 (getConfig)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
485 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8606 AND c.id_category!=8606
ORDER BY c.id_category ASC |
0.344
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
73 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8603) AND (b.`id_shop` = 1) LIMIT 1 |
0.343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
780 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8905 AND c.id_category!=8905
ORDER BY c.id_category ASC |
0.343
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1163 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9001) AND (b.`id_shop` = 1) LIMIT 1 |
0.343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 3) LIMIT 1 |
0.342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
396 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8504) AND (b.`id_shop` = 1) LIMIT 1 |
0.342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:345 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:323 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
720 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8597) AND (b.`id_shop` = 1) LIMIT 1 |
0.342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
775 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8898 AND c.id_category!=8898
ORDER BY c.id_category ASC |
0.342
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
219 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 41205) |
0.341
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
114 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 35
AND `id_module` = 88
AND `id_shop` = 1 |
0.341
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
462 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8540) AND (b.`id_shop` = 1) LIMIT 1 |
0.341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
811 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9022) AND (b.`id_shop` = 1) LIMIT 1 |
0.341
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
516 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9049) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
572 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8666) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
668 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8727) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
786 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8905) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1006 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9036) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
261 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54605
AND image_shop.`cover` = 1 LIMIT 1 |
0.339
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
661 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8727 AND c.id_category!=8727
ORDER BY c.id_category ASC |
0.339
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
571 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8665) AND (b.`id_shop` = 1) LIMIT 1 |
0.339
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
43 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.338
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Configuration.php:712 (getCurrent)
/classes/Configuration.php:700 (showPrices)
/classes/ProductPresenterFactory.php:65 (isCatalogMode)
/modules/thshipping/thshipping.php:64 (getPresentationSettings)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:267 (exec)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
977 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9043) AND (b.`id_shop` = 1) LIMIT 1 |
0.338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1020 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8522 AND c.id_category!=8522
ORDER BY c.id_category ASC |
0.338
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
617 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8719) AND (b.`id_shop` = 1) LIMIT 1 |
0.337
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
934 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9014) AND (b.`id_shop` = 1) LIMIT 1 |
0.336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
98 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 1 |
0.336
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1778 (generateAddress)
/classes/controller/FrontController.php:565 (getTemplateVarShop)
/classes/controller/FrontController.php:627 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1058 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8804) AND (b.`id_shop` = 1) LIMIT 1 |
0.336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
57 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 3
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
751 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8768) AND (b.`id_shop` = 1) LIMIT 1 |
0.335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
925 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8790) AND (b.`id_shop` = 1) LIMIT 1 |
0.335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
972 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9105) AND (b.`id_shop` = 1) LIMIT 1 |
0.335
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
281 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 58566 |
0.334
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
682 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8589) AND (b.`id_shop` = 1) LIMIT 1 |
0.334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
771 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8762 AND c.id_category!=8762
ORDER BY c.id_category ASC |
0.334
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
589 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.334
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
727 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.333
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
986 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8893 AND c.id_category!=8893
ORDER BY c.id_category ASC |
0.333
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
12 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'de' LIMIT 1 |
0.332
ms
|
3 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
619 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8721) AND (b.`id_shop` = 1) LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
808 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9030 AND c.id_category!=9030
ORDER BY c.id_category ASC |
0.332
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1059 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8805) AND (b.`id_shop` = 1) LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
569 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8700 AND c.id_category!=8700
ORDER BY c.id_category ASC |
0.332
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
159 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 52669 AND id_shop=1 LIMIT 1 |
0.331
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
401 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=34
ORDER BY sort_order asc |
0.331
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:142
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
284 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 58568 |
0.330
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
765 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9013) AND (b.`id_shop` = 1) LIMIT 1 |
0.330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
687 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8997) AND (b.`id_shop` = 1) LIMIT 1 |
0.329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
373 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=27
ORDER BY sort_order asc |
0.328
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:142
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
681 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8588) AND (b.`id_shop` = 1) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
704 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8736) AND (b.`id_shop` = 1) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
379 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8912) AND (b.`id_shop` = 1) LIMIT 1 |
0.328
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:345 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:323 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
714 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8648 AND c.id_category!=8648
ORDER BY c.id_category ASC |
0.328
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1221 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_facetedsearch" LIMIT 1 |
0.327
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/pkelements/classes/WidgetPkcategoryFilter.php:63 (isInstalled)
/modules/creativeelements/includes/base/controls-stack.php:1830 (_registerControls)
/modules/creativeelements/includes/base/widget-base.php:861 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:457 (initControls)
/modules/creativeelements/includes/base/widget-base.php:169 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:249 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1868 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:964 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1721 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/core/files/css/post.php:314 (getSettings)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:119 (renderStyles)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:119 (renderStyles)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:198 (renderStyles)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 137
AND `id_module` = 88
AND `id_shop` = 1 |
0.325
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
134 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.325
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/pmpcrestrictions/pmpcrestrictions.php:2408 (isEnabled)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
613 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8714) AND (b.`id_shop` = 1) LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
971 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9104) AND (b.`id_shop` = 1) LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
403 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8568) AND (b.`id_shop` = 1) LIMIT 1 |
0.324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:345 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:323 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
689 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.324
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
117 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 1064
AND `id_module` = 88
AND `id_shop` = 1 |
0.323
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
157 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 52669 LIMIT 1 |
0.323
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
408 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9068 AND c.id_category!=9068
ORDER BY c.id_category ASC |
0.323
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1129 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8546) AND (b.`id_shop` = 1) LIMIT 1 |
0.323
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
341 |
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 19 LIMIT 1 |
0.322
ms
|
5 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined (getConsentActive)
/modules/creativeelements/modules/premium/widgets/email-subscription.php:993 (call_user_func)
/modules/creativeelements/modules/premium/widgets/email-subscription.php:983 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:303 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1076 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:897 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:343 (getChildType)
/modules/creativeelements/includes/base/element-base.php:942 (addChild)
/modules/creativeelements/includes/base/element-base.php:302 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (getChildren)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:119 (renderStyles)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:198 (renderStyles)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
535 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.322
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
606 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8717 AND c.id_category!=8717
ORDER BY c.id_category ASC |
0.322
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
705 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8737) AND (b.`id_shop` = 1) LIMIT 1 |
0.322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
991 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8890) AND (b.`id_shop` = 1) LIMIT 1 |
0.322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
88 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8619) AND (b.`id_shop` = 1) LIMIT 1 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
66 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.321
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:205 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
990 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8889) AND (b.`id_shop` = 1) LIMIT 1 |
0.321
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
849 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8907 AND c.id_category!=8907
ORDER BY c.id_category ASC |
0.320
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.320
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
72 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8602) AND (b.`id_shop` = 1) LIMIT 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
814 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9025) AND (b.`id_shop` = 1) LIMIT 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
33 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ets_superspeed" LIMIT 1 |
0.319
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/override/classes/Dispatcher.php:29 (isEnabled)
/index.php:28 (dispatch)
|
87 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8618) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
953 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9110) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
992 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8891) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
372 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8500) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:345 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:323 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
612 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8713) AND (b.`id_shop` = 1) LIMIT 1 |
0.319
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
791 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8979 AND c.id_category!=8979
ORDER BY c.id_category ASC |
0.318
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
688 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9092) AND (b.`id_shop` = 1) LIMIT 1 |
0.318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
255 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 54141) |
0.317
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
463 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8541) AND (b.`id_shop` = 1) LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
979 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9045) AND (b.`id_shop` = 1) LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1004 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9034) AND (b.`id_shop` = 1) LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1121 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8810) AND (b.`id_shop` = 1) LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
191 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 58566 LIMIT 1 |
0.316
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
952 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9109) AND (b.`id_shop` = 1) LIMIT 1 |
0.316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
921 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8784) AND (b.`id_shop` = 1) LIMIT 1 |
0.316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
517 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.315
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
156 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.315
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
498 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8618 AND c.id_category!=8618
ORDER BY c.id_category ASC |
0.315
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
801 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9023 AND c.id_category!=9023
ORDER BY c.id_category ASC |
0.315
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
851 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8909 AND c.id_category!=8909
ORDER BY c.id_category ASC |
0.315
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
64 |
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 8499
AND `id_shop` = 1 LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/Category.php:2450
/controllers/front/listing/CategoryController.php:83 (existsInShop)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
975 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9041) AND (b.`id_shop` = 1) LIMIT 1 |
0.314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
989 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9093 AND c.id_category!=9093
ORDER BY c.id_category ASC |
0.314
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1184 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9055) AND (b.`id_shop` = 1) LIMIT 1 |
0.314
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
63 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 100 AND `id_shop` = 1 LIMIT 1 |
0.313
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/mollie/src/Handler/ErrorHandler/ErrorHandler.php:101 (isEnabled)
/modules/mollie/src/Handler/ErrorHandler/ErrorHandler.php:137 (__construct)
/modules/mollie/mollie.php:112 (getInstance)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:523 (exec)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
497 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8617 AND c.id_category!=8617
ORDER BY c.id_category ASC |
0.313
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
802 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9024 AND c.id_category!=9024
ORDER BY c.id_category ASC |
0.313
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
976 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9042) AND (b.`id_shop` = 1) LIMIT 1 |
0.313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
76 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8607) AND (b.`id_shop` = 1) LIMIT 1 |
0.312
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/controllers/front/listing/CategoryController.php:216 (__construct)
:undefined ({closure})
/controllers/front/listing/CategoryController.php:230 (array_map)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 41205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
245 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 52969 LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
380 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=28
ORDER BY sort_order asc |
0.311
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:142
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
356 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=22
ORDER BY sort_order asc |
0.311
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:142
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
384 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_mm_column`
WHERE 1 AND id_tab=29
ORDER BY sort_order asc |
0.311
ms
|
2 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:142
/modules/ets_megamenu/classes/MM_Tab.php:318 (getColumnsByTab)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
995 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8894) AND (b.`id_shop` = 1) LIMIT 1 |
0.311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1232 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_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.310
ms
|
2 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2232 (isMultiCurrencyActivated)
/modules/ps_bestsellers/ps_bestsellers.php:183 (getCacheId)
/classes/Hook.php:1094 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:39 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:120 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1180 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8831) AND (b.`id_shop` = 1) LIMIT 1 |
0.310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
116 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 28
AND `id_module` = 88
AND `id_shop` = 1 |
0.309
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
452 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8819) AND (b.`id_shop` = 1) LIMIT 1 |
0.309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
595 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8711 AND c.id_category!=8711
ORDER BY c.id_category ASC |
0.309
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
709 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8741) AND (b.`id_shop` = 1) LIMIT 1 |
0.309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
18 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.308
ms
|
87 |
|
|
/classes/Hook.php:342
/classes/Hook.php:157 (getCanonicalHookNames)
/classes/Hook.php:366 (normalizeHookName)
/classes/Hook.php:389 (getAllKnownNames)
/classes/Hook.php:980 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
118 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 1065
AND `id_module` = 88
AND `id_shop` = 1 |
0.308
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
198 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 58568
AND image_shop.`cover` = 1 LIMIT 1 |
0.308
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
441 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8532) AND (b.`id_shop` = 1) LIMIT 1 |
0.308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
978 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9044) AND (b.`id_shop` = 1) LIMIT 1 |
0.308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
996 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8917) AND (b.`id_shop` = 1) LIMIT 1 |
0.308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1213 |
SELECT SQL_NO_CACHE id_lang FROM `ps_lang` WHERE is_rtl=1 AND active=1 LIMIT 1 |
0.308
ms
|
3 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:516
/modules/ets_megamenu/ets_megamenu.php:1739 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
708 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8740) AND (b.`id_shop` = 1) LIMIT 1 |
0.308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
725 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8649) AND (b.`id_shop` = 1) LIMIT 1 |
0.308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
854 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8995 AND c.id_category!=8995
ORDER BY c.id_category ASC |
0.307
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 58566) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
958 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=9101 AND c.id_category!=9101
ORDER BY c.id_category ASC |
0.306
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1017 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.306
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
52 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
136 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 58 AND `id_shop` = 1 LIMIT 1 |
0.305
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/pmpcrestrictions/pmpcrestrictions.php:2409 (isEnabled)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
96 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 1 LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1778 (generateAddress)
/classes/controller/FrontController.php:565 (getTemplateVarShop)
/classes/controller/FrontController.php:627 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54141) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
852 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8992 AND c.id_category!=8992
ORDER BY c.id_category ASC |
0.302
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1167 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.302
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
850 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8908 AND c.id_category!=8908
ORDER BY c.id_category ASC |
0.301
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1159 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8560) AND (b.`id_shop` = 1) LIMIT 1 |
0.301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
597 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8707) AND (b.`id_shop` = 1) LIMIT 1 |
0.301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
974 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9107) AND (b.`id_shop` = 1) LIMIT 1 |
0.300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
172 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 8877 LIMIT 1 |
0.299
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
350 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 19010000 AND name = '_elementor_css' LIMIT 1 |
0.299
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:214 (loadMeta)
/modules/creativeelements/core/files/base.php:129 (getMeta)
/modules/creativeelements/core/files/css/base.php:213 (getUrl)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
454 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8818) AND (b.`id_shop` = 1) LIMIT 1 |
0.299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
853 |
SELECT SQL_NO_CACHE c.*, cl.name,cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_shop` cs ON (c.id_category =cs.id_category AND cs.id_shop=1)
LEFT JOIN `ps_category_lang` cl ON c.id_category=cl.id_category AND cl.id_lang=3 AND cl.id_shop=1
WHERE c.active = 1 AND c.id_parent=8993 AND c.id_category!=8993
ORDER BY c.id_category ASC |
0.299
ms
|
1 |
|
|
/modules/ets_megamenu/classes/Ets_megamenu_defines.php:148
/modules/ets_megamenu/ets_megamenu.php:1650 (getChildCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1236 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_data' LIMIT 1 |
0.299
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:587 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:647 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:848 (getElementsData)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:792 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:759 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:39 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:120 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
220 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 41205 AND id_shop=1 LIMIT 1 |
0.298
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
287 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 41199 |
0.295
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
348 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 19010000 AND name = '_elementor_data' LIMIT 1 |
0.295
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:587 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:647 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:848 (getElementsData)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
387 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8503) AND (b.`id_shop` = 1) LIMIT 1 |
0.295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ets_megamenu/classes/MM_Tab.php:345 (getCategoryLink)
/modules/ets_megamenu/classes/MM_Tab.php:323 (getTabLink)
/modules/ets_megamenu/classes/MM_Menu.php:511 (getTabs)
/modules/ets_megamenu/ets_megamenu.php:1770 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
453 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8817) AND (b.`id_shop` = 1) LIMIT 1 |
0.295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1271 |
SELECT SQL_NO_CACHE id_ce_revision FROM ps_ce_revision WHERE parent = 8499040301 AND active = 0 AND id_employee = 0 LIMIT 1 |
0.295
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:511
/modules/creativeelements/includes/utils.php:181 (CE\wp_get_post_autosave)
/modules/creativeelements/core/base/document.php:844 (getPostAutosave)
/modules/creativeelements/core/documents-manager.php:229 (getAutosaveId)
/modules/creativeelements/core/settings/page/model.php:176 (getDocOrAutoSave)
/modules/creativeelements/includes/base/controls-stack.php:1830 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:457 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:249 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1868 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:964 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1721 (getData)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/includes/base/controls-stack.php:978 (getSettings)
/modules/creativeelements/includes/base/controls-stack.php:1063 (getParsedDynamicSettings)
/modules/creativeelements/includes/base/controls-stack.php:1145 (getSettingsForDisplay)
/modules/creativeelements/core/settings/manager.php:174 (getFrontendSettings)
/modules/creativeelements/includes/frontend.php:1028 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:136 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:44 (ensureSettings)
/modules/creativeelements/core/base/app.php:40 (getSettings)
/modules/creativeelements/includes/frontend.php:504 (printConfig)
/modules/creativeelements/includes/frontend.php:584 (enqueueScripts)
/modules/creativeelements/classes/wrappers/Helper.php:303 (wpFooter)
/modules/creativeelements/classes/assets/CEAssetManager.php:158 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:131 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 52525) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
92 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 186 AND `id_shop` = 1 LIMIT 1 |
0.294
ms
|
0 |
|
|
/classes/module/Module.php:2137
/classes/controller/FrontController.php:1674 (isEnabled)
/classes/controller/FrontController.php:1818 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:276 (getTemplateVarPage)
/classes/controller/FrontController.php:564 (getTemplateVarPage)
/classes/controller/FrontController.php:627 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
490 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.294
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
994 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8893) AND (b.`id_shop` = 1) LIMIT 1 |
0.294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
119 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 88
AND `id_shop` = 1 |
0.293
ms
|
1 |
|
|
/classes/Hook.php:518
/classes/Hook.php:602 (isModuleRegisteredOnHook)
/classes/module/Module.php:1089 (registerHook)
/modules/pkfacebook/pkfacebook.php:48 (registerHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
444 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.293
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
107 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_banner" LIMIT 1 |
0.293
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/ets_superspeed/ets_superspeed.php:66 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
201 |
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 58568) |
0.292
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
340 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.291
ms
|
1 |
|
|
/classes/module/Module.php:2664
/modules/creativeelements/modules/premium/widgets/email-subscription.php:993 (getModuleIdByName)
/modules/creativeelements/modules/premium/widgets/email-subscription.php:983 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:303 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1076 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:897 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:343 (getChildType)
/modules/creativeelements/includes/base/element-base.php:942 (addChild)
/modules/creativeelements/includes/base/element-base.php:302 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (getChildren)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:119 (renderStyles)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:198 (renderStyles)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
252 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 54141
AND image_shop.`cover` = 1 LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5643 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
263 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54605 LIMIT 1 |
0.289
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1225 |
SELECT SQL_NO_CACHE id_ce_template FROM `ps_ce_template` WHERE title = "ecofood-header"; |
0.287
ms
|
69 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:551
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273 (getElementorTemplateIdFromTitle)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226 (updateTemplateId)
/modules/pkthemesettings/src/Config/Config.php:23 (getSmartyConfig)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:232 (get)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
162 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 43) LIMIT 1 |
0.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
106 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockbanner" LIMIT 1 |
0.286
ms
|
0 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/modules/ets_superspeed/ets_superspeed.php:66 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
227 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54143 LIMIT 1 |
0.285
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
236 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 52525 LIMIT 1 |
0.285
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54605) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.283
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
199 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 8877 LIMIT 1 |
0.282
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
349 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 19010000 AND name = '_elementor_css' LIMIT 1 |
0.282
ms
|
6 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:214 (loadMeta)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
293 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 54143 |
0.282
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 54143) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.281
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1165 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.280
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 40745 AND `id_group` = 1 LIMIT 1 |
0.278
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
973 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9106) AND (b.`id_shop` = 1) LIMIT 1 |
0.277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
218 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 41205 LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
993 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8892) AND (b.`id_shop` = 1) LIMIT 1 |
0.275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
48 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "quantitydiscountpro" LIMIT 1 |
0.274
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/thshipping/classes/QuantityDiscountIntegration.php:16 (isEnabled)
/modules/thshipping/thshipping.php:717 (isQuantityDiscountProActive)
/classes/Hook.php:1083 (hookActionFrontControllerInitBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:267 (exec)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
501 |
SELECT SQL_NO_CACHE `id_image_type`
FROM `ps_image_type`
WHERE `name` = 'home' |
0.274
ms
|
1 |
|
|
/classes/ImageType.php:145
/modules/ets_megamenu/ets_megamenu.php:301 (typeAlreadyExists)
/modules/ets_megamenu/ets_megamenu.php:1365 (getMmType)
/modules/ets_megamenu/ets_megamenu.php:1345 (displayProducts)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
815 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9026) AND (b.`id_shop` = 1) LIMIT 1 |
0.274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
39 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "thcountryselector" LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2112 (getModuleIdByName)
/override/classes/controller/FrontController.php:12 (isInstalled)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 8499 AND ctg.`id_group` = 1 LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
338 |
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 25 LIMIT 1 |
0.272
ms
|
5 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined (getConsentActive)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1332 (call_user_func)
/modules/creativeelements/modules/premium/widgets/contact-form.php:1322 (initGDPR)
/modules/creativeelements/modules/premium/module.php:50 (__construct)
/modules/creativeelements/classes/wrappers/Helper.php:303 (registerWidgets)
/modules/creativeelements/includes/managers/widgets.php:105 (CE\do_action)
/modules/creativeelements/includes/managers/widgets.php:181 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1076 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:897 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:343 (getChildType)
/modules/creativeelements/includes/base/element-base.php:942 (addChild)
/modules/creativeelements/includes/base/element-base.php:302 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (getChildren)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:119 (renderStyles)
/modules/creativeelements/core/files/css/post.php:321 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:198 (renderStyles)
/modules/creativeelements/core/files/css/base.php:569 (renderCss)
/modules/creativeelements/core/files/base.php:138 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:76 (getContent)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:456 (enqueue)
/modules/creativeelements/classes/wrappers/Helper.php:303 (afterEnqueuePostCss)
/modules/creativeelements/core/files/css/base.php:246 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:89 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_displayMobileTemplate_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:124 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerTop_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:72 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1237 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 6020301 AND name = '_elementor_css' LIMIT 1 |
0.271
ms
|
5 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/files/css/post.php:134 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:214 (loadMeta)
/modules/creativeelements/core/files/css/base.php:184 (getMeta)
/modules/creativeelements/core/files/css/post.php:219 (enqueue)
/modules/creativeelements/includes/frontend.php:873 (enqueue)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:792 (CE\apply_filters)
/modules/creativeelements/creativeelements.php:759 (renderContent)
/classes/Hook.php:1083 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:39 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:120 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
60 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 2 |
0.271
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1226 |
SELECT SQL_NO_CACHE id_ce_template FROM `ps_ce_template` WHERE title = "mobile-header"; |
0.271
ms
|
69 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:551
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273 (getElementorTemplateIdFromTitle)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226 (updateTemplateId)
/modules/pkthemesettings/src/Config/Config.php:23 (getSmartyConfig)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:232 (get)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
254 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 54141 LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
816 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9027) AND (b.`id_shop` = 1) LIMIT 1 |
0.269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/override/classes/Category.php:25 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/var/cache/prod/smarty/compile/alysum/27/22/72/272272ba03018515c3ac05bd6432e500b81d04de_2.file.categories-tree.tpl.php:111 (getCategoryLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c79519fe3_86725367)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1660 (display)
/modules/ets_megamenu/ets_megamenu.php:1650 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1336 (displayCategories)
/modules/ets_megamenu/ets_megamenu.php:1290 (convertBlockProperties)
/var/cache/prod/smarty/compile/alysum/9c/70/8e/9c708e7a0b2da21749720951f33916b5cc76ad04_2.file.menu-html.tpl.php:173 (hookDisplayBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c794dff51_06588820)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/modules/ets_megamenu/ets_megamenu.php:2316 (fetch)
/modules/ets_megamenu/ets_megamenu.php:1777 (display)
/modules/ets_megamenu/ets_megamenu.php:1737 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1759 (displayMenuFrontend)
/classes/Hook.php:1083 (hookDisplayMegaMenu)
/tools/profiling/Hook.php:35 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:209 (coreCallHook)
/modules/creativeelements/modules/premium/widgets/module.php:229 (renderModule)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:107 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_headerMain_212100162168b64c782c5447_55108876)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/ba/fc/22/bafc22dfc0d3addf6a3f22d2a46bb41676b22e85_2.file.header.tpl.php:73 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782d7745_96447763)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/40/0a/6b/400a6b33adbabe143c1a2d31eaba9c831608ba06_2.file.header.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c782bdde2_51935855)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:561 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_HeaderBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:130 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
45 |
SELECT SQL_NO_CACHE `id_hook` FROM `ps_hook` WHERE `name` = 'paymentOptions' LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/PaymentModule.php:897
/modules/thshipping/thshipping.php:668 (getInstalledPaymentModules)
/classes/Hook.php:1083 (hookActionFrontControllerInitBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:267 (exec)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1224 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1 |
0.267
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:225 (isEnabled)
/modules/pkthemesettings/src/Config/Config.php:23 (getSmartyConfig)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:232 (get)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
209 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 41199 LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
272 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 52669 |
0.264
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
127 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
0.263
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/ets_megamenu/classes/MM_Config.php:975 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1114 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1473 (getConfig)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1241 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 156 AND `id_shop` = 1 LIMIT 1 |
0.263
ms
|
1 |
|
|
/classes/module/Module.php:2137
/var/cache/prod/smarty/compile/alysum/d9/ab/e6/d9abe6f48a91317758c4598fb043ca25174a01e8_2.file.products.tpl.php:31 (isEnabled)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a525c92_50932413)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:64 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:134 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
58 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1 |
0.260
ms
|
3 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
321 |
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 8499040301 AND name = '_wp_page_template' LIMIT 1 |
0.258
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:274
/modules/creativeelements/core/base/document.php:954 (CE\get_post_meta)
/modules/creativeelements/modules/page-templates/module.php:73 (getMeta)
/modules/creativeelements/classes/wrappers/Helper.php:352 (templateInclude)
/modules/creativeelements/creativeelements.php:663 (CE\apply_filters)
/classes/Hook.php:1083 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:1437 (exec)
/controllers/front/listing/CategoryController.php:156 (getLayout)
/classes/controller/FrontController.php:748 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
173 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 40745 LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
190 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 8877 LIMIT 1 |
0.255
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
247 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 52969 AND id_shop=1 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
40 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 160 AND `id_shop` = 1 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/module/Module.php:2137
/override/classes/controller/FrontController.php:13 (isEnabled)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
275 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 40745 |
0.250
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
100 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.250
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:569 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:627 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 41205 AND `id_group` = 1 LIMIT 1 |
0.248
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
244 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 8877 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 40765) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
302 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 54141 |
0.245
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
126 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:975 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1114 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1473 (getConfig)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
155 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 34
AND `active` = 1 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5669 (getNameById)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
56 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'RON') LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
265 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54605 AND id_shop=1 LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
262 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 8877 LIMIT 1 |
0.241
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
230 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 54143 AND `id_group` = 1 LIMIT 1 |
0.240
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
235 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 8877 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
296 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 52525 |
0.238
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
229 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54143 AND id_shop=1 LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1230 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_bestsellers" LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:39 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:120 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1 |
0.236
ms
|
0 |
|
|
/classes/module/Module.php:2137
/modules/ets_superspeed/ets_superspeed.php:66 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
135 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_checkout" LIMIT 1 |
0.236
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/pmpcrestrictions/pmpcrestrictions.php:2409 (isEnabled)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 41199) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.234
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
153 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 3
AND cl.id_shop = 1
AND cl.`id_category` = 8877 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5658 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
226 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 8877 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
239 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 52525 AND `id_group` = 1 LIMIT 1 |
0.233
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
238 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 52525 AND id_shop=1 LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
28 |
DELETE FROM `ps_configuration`
WHERE `name` = "PS_ROUTE_etsmpshops" |
0.231
ms
|
1 |
|
|
/classes/Configuration.php:583
/modules/ets_marketplace/ets_marketplace.php:2161 (deleteByName)
/classes/Hook.php:1083 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
200 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 58568 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
299 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 52969 |
0.231
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
44 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Configuration.php:712 (getCurrent)
/classes/Configuration.php:700 (showPrices)
/classes/ProductPresenterFactory.php:65 (isCatalogMode)
/modules/thshipping/thshipping.php:64 (getPresentationSettings)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1263 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1242 (coreLoadModule)
/classes/Hook.php:972 (getInstanceByName)
/classes/controller/FrontController.php:267 (exec)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 58568) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4349 (getQuantityAvailableByProduct)
/classes/Product.php:5802 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
128 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.228
ms
|
1 |
|
|
/classes/module/Module.php:2664
/classes/module/Module.php:2136 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:979 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1114 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1473 (getConfig)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
211 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 41199 AND id_shop=1 LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
253 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 8877 LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
54 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1 |
0.224
ms
|
3 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
217 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 8877 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1227 |
SELECT SQL_NO_CACHE id_ce_template FROM `ps_ce_template` WHERE title = "ecofood-footer"; |
0.223
ms
|
69 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:551
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273 (getElementorTemplateIdFromTitle)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226 (updateTemplateId)
/modules/pkthemesettings/src/Config/Config.php:23 (getSmartyConfig)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:232 (get)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
256 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 54141 AND id_shop=1 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
266 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 54605 AND `id_group` = 1 LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
208 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 8877 LIMIT 1 |
0.220
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
185 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 40765 AND `id_group` = 1 LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
248 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 52969 AND `id_group` = 1 LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
278 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 40765 |
0.217
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
305 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 54605 |
0.217
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:684 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
165 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
194 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 58566 AND `id_group` = 1 LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
30 |
DELETE FROM `ps_configuration`
WHERE `name` = "PS_ROUTE_etsmpshopsseller" |
0.215
ms
|
1 |
|
|
/classes/Configuration.php:583
/modules/ets_marketplace/ets_marketplace.php:2162 (deleteByName)
/classes/Hook.php:1083 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
34 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 157 AND `id_shop` = 1 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/module/Module.php:2137
/override/classes/Dispatcher.php:29 (isEnabled)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 58566 AND id_shop=1 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
182 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 40765 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
55 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1 |
0.208
ms
|
3 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
175 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 40745 AND id_shop=1 LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1228 |
SELECT SQL_NO_CACHE id_ce_template FROM `ps_ce_template` WHERE title = "ecofood-home"; |
0.204
ms
|
69 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:551
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273 (getElementorTemplateIdFromTitle)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226 (updateTemplateId)
/modules/pkthemesettings/src/Config/Config.php:23 (getSmartyConfig)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:232 (get)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1 |
0.203
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
212 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 41199 AND `id_group` = 1 LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
181 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 8877 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 58568 AND id_shop=1 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
154 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 3 AND id_category = 8877 LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/Product.php:5659
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
129 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.186
ms
|
1 |
|
|
/classes/module/Module.php:2137
/modules/ets_megamenu/classes/MM_Config.php:979 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1114 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1473 (getConfig)
/classes/Hook.php:1083 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/classes/controller/FrontController.php:635 (exec)
/override/classes/controller/FrontController.php:48 (initContent)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
68 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.182
ms
|
10 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/controllers/front/listing/CategoryController.php:239 (getImage)
/controllers/front/listing/CategoryController.php:205 (getImage)
/controllers/front/listing/CategoryController.php:99 (getTemplateVarCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
61 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 2
AND id_shop = 1 LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/override/classes/controller/FrontController.php:34 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
257 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 54141 AND `id_group` = 1 LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
184 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 40765 AND id_shop=1 LIMIT 1 |
0.174
ms
|
1 |
|
|
/classes/Product.php:6876
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1231 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 150 AND `id_shop` = 1 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/module/Module.php:2137
/classes/Hook.php:1089 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1025 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:39 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:120 (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/alysum/d3/dc/52/d3dc52f3438257f14802e804d958246416529390_2.module.pkelementsviewstemplatespkcategoryproducts.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7a130230_71464143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (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:2301 (fetch)
/modules/pkelements/src/WidgetTemplate.php:46 (fetch)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:261 (getTemplate)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
1229 |
SELECT SQL_NO_CACHE id_ce_template FROM `ps_ce_template` WHERE title = "alysum-page-category"; |
0.168
ms
|
69 |
|
|
/modules/pkthemesettings/src/Core/PkModuleHelper.php:551
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:273 (getElementorTemplateIdFromTitle)
/modules/pkthemesettings/src/Form/PkthemesettingsRepository.php:226 (updateTemplateId)
/modules/pkthemesettings/src/Config/Config.php:23 (getSmartyConfig)
/modules/pkelements/classes/WidgetPkcategoryProducts.php:232 (get)
/modules/creativeelements/includes/base/widget-base.php:522 (render)
/modules/creativeelements/includes/base/widget-base.php:658 (renderContent)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/includes/base/element-base.php:850 (printElement)
/modules/creativeelements/includes/base/element-base.php:632 (_printContent)
/modules/creativeelements/core/base/document.php:1082 (printElement)
/modules/creativeelements/core/base/document.php:724 (printElements)
/modules/creativeelements/includes/frontend.php:887 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:806 (getBuilderContent)
/modules/creativeelements/classes/wrappers/Helper.php:352 (applyBuilderInContent)
/modules/creativeelements/creativeelements.php:841 (CE\apply_filters)
/classes/Hook.php:1083 (hookCETemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:421 (coreCallHook)
/classes/Hook.php:989 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:269 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_CategoryCEBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:460 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_SecondaryPagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:480 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_PagesBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:498 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_FrontPageContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/f1/7d/94/f17d945d64b224d9f7df8828e7cc7d84b09894ca_2.file.helpers.tpl.php:542 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php:38 (smarty_template_function_MainContentBlock_120637655368b64c78141a64_15693725)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:148 (callTemplateFunction)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/90/2c/bc/902cbc480d07be7840f7411598a666b36510412d_2.file.layout-both-columns.tpl.php:61 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781375d0_06807990)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/df/d5/ea/dfd5ea4f1ca14d945458af31c91f0423d44529da_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c7811d2a1_40808228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/b8/b9/a3/b8b9a38359efd2a160fbe0bd827330bf718677fc_2.file.product-list.tpl.php:41 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c781124b4_33195934)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/1c/4d/80/1c4d809a51efc8d9d740be95b5a94eb7e23b3bf4_2.file.category.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780f66b2_06210054)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/alysumlayouts_layout_left_column_tpl/57/64/d5/5764d5cc92743c7b0886b96497c4ad9ed1b22464_2.file.category.tpl.php:48 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_68b64c780d7312_71561375)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:773 (fetch)
/override/classes/controller/FrontController.php:65 (smartyOutputContent)
/classes/controller/FrontController.php:755 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 58568 AND `id_group` = 1 LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5692 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:139 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:40 (dispatch)
/index.php:28 (dispatch)
|